IfcVirtualGridIntersection
Inheritance: java.lang.Object, IfcEntity
Constructors
| Constructor | Description |
|---|---|
| IfcVirtualGridIntersection() |
Methods
| Method | Description |
|---|---|
| getIntersectingAxes() | |
| setIntersectingAxes(IfcCollection | |
| getOffsetDistances() | |
| setOffsetDistances(IfcCollection |
IfcVirtualGridIntersection()
public IfcVirtualGridIntersection()
getIntersectingAxes()
public final IfcCollection<IfcGridAxis> getIntersectingAxes()
Returns: IfcCollection
setIntersectingAxes(IfcCollection value)
public final void setIntersectingAxes(IfcCollection<IfcGridAxis> value)
getOffsetDistances()
public final IfcCollection<IfcLengthMeasure> getOffsetDistances()
Returns: IfcCollection
setOffsetDistances(IfcCollection value)
public final void setOffsetDistances(IfcCollection<IfcLengthMeasure> value)