Package | Description |
---|---|
com.aspose.cad.fileformats.ifc.ifc2x3.entities |
Modifier and Type | Method and Description |
---|---|
IfcParameterValue |
IfcSurfaceCurveSweptAreaSolid.getEndParam() |
IfcParameterValue |
IfcSweptDiskSolid.getEndParam() |
IfcParameterValue |
IfcPointOnCurve.getPointParameter() |
IfcParameterValue |
IfcPointOnSurface.getPointParameterU() |
IfcParameterValue |
IfcPointOnSurface.getPointParameterV() |
IfcParameterValue |
IfcSurfaceCurveSweptAreaSolid.getStartParam() |
IfcParameterValue |
IfcSweptDiskSolid.getStartParam() |
IfcParameterValue |
IfcRectangularTrimmedSurface.getU1() |
IfcParameterValue |
IfcRectangularTrimmedSurface.getU2() |
IfcParameterValue |
IfcRectangularTrimmedSurface.getV1() |
IfcParameterValue |
IfcRectangularTrimmedSurface.getV2() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcParameterValue> |
IfcTextureVertex.getCoordinates() |
Modifier and Type | Method and Description |
---|---|
void |
IfcSurfaceCurveSweptAreaSolid.setEndParam(IfcParameterValue value) |
void |
IfcSweptDiskSolid.setEndParam(IfcParameterValue value) |
void |
IfcPointOnCurve.setPointParameter(IfcParameterValue value) |
void |
IfcPointOnSurface.setPointParameterU(IfcParameterValue value) |
void |
IfcPointOnSurface.setPointParameterV(IfcParameterValue value) |
void |
IfcSurfaceCurveSweptAreaSolid.setStartParam(IfcParameterValue value) |
void |
IfcSweptDiskSolid.setStartParam(IfcParameterValue value) |
void |
IfcRectangularTrimmedSurface.setU1(IfcParameterValue value) |
void |
IfcRectangularTrimmedSurface.setU2(IfcParameterValue value) |
void |
IfcRectangularTrimmedSurface.setV1(IfcParameterValue value) |
void |
IfcRectangularTrimmedSurface.setV2(IfcParameterValue value) |
Modifier and Type | Method and Description |
---|---|
void |
IfcTextureVertex.setCoordinates(IfcCollection<IfcParameterValue> value) |