@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcDraughtingCalloutRelationship extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcText |
description |
private IfcLabel |
name |
private IfcDraughtingCallout |
relatedDraughtingCallout |
private IfcDraughtingCallout |
relatingDraughtingCallout |
stepNumber| 构造器和说明 |
|---|
IfcDraughtingCalloutRelationship(IfcLabel name,
IfcText description,
IfcDraughtingCallout relatingDraughtingCallout,
IfcDraughtingCallout relatedDraughtingCallout) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcText |
getDescription() |
IfcLabel |
getName() |
IfcDraughtingCallout |
getRelatedDraughtingCallout() |
IfcDraughtingCallout |
getRelatingDraughtingCallout() |
void |
setDescription(IfcText description) |
void |
setName(IfcLabel name) |
void |
setRelatedDraughtingCallout(IfcDraughtingCallout relatedDraughtingCallout) |
void |
setRelatingDraughtingCallout(IfcDraughtingCallout relatingDraughtingCallout) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcLabel name
@IfcOptionField private IfcText description
private IfcDraughtingCallout relatingDraughtingCallout
private IfcDraughtingCallout relatedDraughtingCallout
@IfcParserConstructor public IfcDraughtingCalloutRelationship(IfcLabel name, IfcText description, IfcDraughtingCallout relatingDraughtingCallout, IfcDraughtingCallout relatedDraughtingCallout)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcText getDescription()
public void setDescription(IfcText description)
public IfcDraughtingCallout getRelatingDraughtingCallout()
public void setRelatingDraughtingCallout(IfcDraughtingCallout relatingDraughtingCallout)
public IfcDraughtingCallout getRelatedDraughtingCallout()
public void setRelatedDraughtingCallout(IfcDraughtingCallout relatedDraughtingCallout)
Copyright © 2023. All rights reserved.