@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcGeometricRepresentationContext extends IfcRepresentationContext
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcDimensionCount |
coordinateSpaceDimension |
private SET<IfcGeometricRepresentationSubContext> |
hasSubContexts |
private REAL |
precision |
private IfcDirection |
trueNorth |
private IfcAxis2Placement |
worldCoordinateSystem |
stepNumber| 构造器和说明 |
|---|
IfcGeometricRepresentationContext() |
IfcGeometricRepresentationContext(IfcLabel contextIdentifier,
IfcLabel contextType,
IfcDimensionCount coordinateSpaceDimension,
REAL precision,
IfcAxis2Placement worldCoordinateSystem,
IfcDirection trueNorth) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCoordinateSpaceDimension() |
SET<IfcGeometricRepresentationSubContext> |
getHasSubContexts() |
String |
getPrecision() |
IfcDirection |
getTrueNorth() |
IfcAxis2Placement |
getWorldCoordinateSystem() |
void |
setCoordinateSpaceDimension(IfcDimensionCount coordinateSpaceDimension) |
void |
setHasSubContexts(SET<IfcGeometricRepresentationSubContext> hasSubContexts) |
void |
setPrecision(REAL precision) |
void |
setTrueNorth(IfcDirection trueNorth) |
void |
setWorldCoordinateSystem(IfcAxis2Placement worldCoordinateSystem) |
getContextIdentifier, getContextType, getRepresentationsInContext, setContextIdentifier, setContextType, setRepresentationsInContextcheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcDimensionCount coordinateSpaceDimension
@IfcOptionField private REAL precision
private IfcAxis2Placement worldCoordinateSystem
@IfcOptionField private IfcDirection trueNorth
@IfcInverseParameter private SET<IfcGeometricRepresentationSubContext> hasSubContexts
public IfcGeometricRepresentationContext()
@IfcParserConstructor public IfcGeometricRepresentationContext(IfcLabel contextIdentifier, IfcLabel contextType, IfcDimensionCount coordinateSpaceDimension, REAL precision, IfcAxis2Placement worldCoordinateSystem, IfcDirection trueNorth)
public String getCoordinateSpaceDimension()
public void setCoordinateSpaceDimension(IfcDimensionCount coordinateSpaceDimension)
public String getPrecision()
public void setPrecision(REAL precision)
public IfcAxis2Placement getWorldCoordinateSystem()
public void setWorldCoordinateSystem(IfcAxis2Placement worldCoordinateSystem)
public IfcDirection getTrueNorth()
public void setTrueNorth(IfcDirection trueNorth)
public SET<IfcGeometricRepresentationSubContext> getHasSubContexts()
public void setHasSubContexts(SET<IfcGeometricRepresentationSubContext> hasSubContexts)
Copyright © 2023. All rights reserved.