@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcGeometricRepresentationSubContext extends IfcGeometricRepresentationContext
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcGeometricRepresentationContext |
parentContext |
private IfcPositiveRatioMeasure |
targetScale |
private IfcGeometricProjectionEnum |
targetView |
private IfcLabel |
userDefinedTargetView |
stepNumber| 构造器和说明 |
|---|
IfcGeometricRepresentationSubContext(IfcLabel contextIdentifier,
IfcLabel contextType,
IfcDimensionCount coordinateSpaceDimension,
REAL precision,
IfcAxis2Placement worldCoordinateSystem,
IfcDirection trueNorth,
IfcGeometricRepresentationContext parentContext,
IfcPositiveRatioMeasure targetScale,
IfcGeometricProjectionEnum targetView,
IfcLabel userDefinedTargetView) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcGeometricRepresentationContext |
getParentContext() |
IfcPositiveRatioMeasure |
getTargetScale() |
IfcGeometricProjectionEnum |
getTargetView() |
IfcLabel |
getUserDefinedTargetView() |
void |
setParentContext(IfcGeometricRepresentationContext parentContext) |
void |
setTargetScale(IfcPositiveRatioMeasure targetScale) |
void |
setTargetView(IfcGeometricProjectionEnum targetView) |
void |
setUserDefinedTargetView(IfcLabel userDefinedTargetView) |
getCoordinateSpaceDimension, getHasSubContexts, getPrecision, getTrueNorth, getWorldCoordinateSystem, setCoordinateSpaceDimension, setHasSubContexts, setPrecision, setTrueNorth, setWorldCoordinateSystemgetContextIdentifier, getContextType, getRepresentationsInContext, setContextIdentifier, setContextType, setRepresentationsInContextcheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcGeometricRepresentationContext parentContext
@IfcOptionField private IfcPositiveRatioMeasure targetScale
private IfcGeometricProjectionEnum targetView
@IfcOptionField private IfcLabel userDefinedTargetView
@IfcParserConstructor public IfcGeometricRepresentationSubContext(IfcLabel contextIdentifier, IfcLabel contextType, IfcDimensionCount coordinateSpaceDimension, REAL precision, IfcAxis2Placement worldCoordinateSystem, IfcDirection trueNorth, IfcGeometricRepresentationContext parentContext, IfcPositiveRatioMeasure targetScale, IfcGeometricProjectionEnum targetView, IfcLabel userDefinedTargetView)
public IfcGeometricRepresentationContext getParentContext()
public void setParentContext(IfcGeometricRepresentationContext parentContext)
public IfcPositiveRatioMeasure getTargetScale()
public void setTargetScale(IfcPositiveRatioMeasure targetScale)
public IfcGeometricProjectionEnum getTargetView()
public void setTargetView(IfcGeometricProjectionEnum targetView)
public IfcLabel getUserDefinedTargetView()
public void setUserDefinedTargetView(IfcLabel userDefinedTargetView)
Copyright © 2023. All rights reserved.