@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcDerivedProfileDef extends IfcProfileDef
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLabel |
label |
private IfcCartesianTransformationOperator2D |
operator |
private IfcProfileDef |
parentProfile |
stepNumber| 构造器和说明 |
|---|
IfcDerivedProfileDef(IfcProfileTypeEnum profileType,
IfcLabel profileName,
IfcProfileDef parentProfile,
IfcCartesianTransformationOperator2D operator,
IfcLabel label) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLabel |
getLabel() |
IfcCartesianTransformationOperator2D |
getOperator() |
IfcProfileDef |
getParentProfile() |
boolean |
illegal() |
void |
setLabel(IfcLabel label) |
void |
setOperator(IfcCartesianTransformationOperator2D operator) |
void |
setParentProfile(IfcProfileDef parentProfile) |
getProfileName, getProfileType, setProfileName, setProfileTypecheck, getFileItem, getParamString, getStepNumber, isDefault, setStepNumber, toIfcprivate IfcProfileDef parentProfile
private IfcCartesianTransformationOperator2D operator
@IfcOptionField private IfcLabel label
@IfcParserConstructor public IfcDerivedProfileDef(IfcProfileTypeEnum profileType, IfcLabel profileName, IfcProfileDef parentProfile, IfcCartesianTransformationOperator2D operator, IfcLabel label)
public IfcProfileDef getParentProfile()
public void setParentProfile(IfcProfileDef parentProfile)
public IfcCartesianTransformationOperator2D getOperator()
public void setOperator(IfcCartesianTransformationOperator2D operator)
public IfcLabel getLabel()
public void setLabel(IfcLabel label)
public boolean illegal()
illegal 在接口中 IfcInterfaceillegal 在类中 IfcAbstractClassCopyright © 2023. All rights reserved.