@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcCompositeCurveSegment extends IfcGeometricRepresentationItem
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcDimensionCount |
dim |
private IfcCurve |
parentCurve |
private BOOLEAN |
sameSense |
private IfcTransitionCode |
transition |
private SET<IfcCompositeCurve> |
usingCurve |
stepNumber| 构造器和说明 |
|---|
IfcCompositeCurveSegment(IfcTransitionCode transition,
BOOLEAN sameSense,
IfcCurve parentCurve) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcDimensionCount |
getDim() |
IfcCurve |
getParentCurve() |
BOOLEAN |
getSameSense() |
IfcTransitionCode |
getTransition() |
SET<IfcCompositeCurve> |
getUsingCurve() |
void |
setDim(IfcDimensionCount dim) |
void |
setParentCurve(IfcCurve parentCurve) |
void |
setSameSense(BOOLEAN sameSense) |
void |
setTransition(IfcTransitionCode transition) |
void |
setUsingCurve(SET<IfcCompositeCurve> usingCurve) |
getLayerAssignments, getStyledByItem, setLayerAssignments, setStyledByItemcheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcTransitionCode transition
private BOOLEAN sameSense
private IfcCurve parentCurve
@IfcDeriveParameter private IfcDimensionCount dim
@IfcInverseParameter private SET<IfcCompositeCurve> usingCurve
@IfcParserConstructor public IfcCompositeCurveSegment(IfcTransitionCode transition, BOOLEAN sameSense, IfcCurve parentCurve)
public IfcTransitionCode getTransition()
public void setTransition(IfcTransitionCode transition)
public BOOLEAN getSameSense()
public void setSameSense(BOOLEAN sameSense)
public IfcCurve getParentCurve()
public void setParentCurve(IfcCurve parentCurve)
public IfcDimensionCount getDim()
public void setDim(IfcDimensionCount dim)
public SET<IfcCompositeCurve> getUsingCurve()
public void setUsingCurve(SET<IfcCompositeCurve> usingCurve)
Copyright © 2023. All rights reserved.