Package | Description |
---|---|
com.aspose.cad.fileformats.ifc.ifc4.entities |
Modifier and Type | Method and Description |
---|---|
IfcParameterValue |
IfcFixedReferenceSweptAreaSolid.getEndParam() |
IfcParameterValue |
IfcSurfaceCurveSweptAreaSolid.getEndParam() |
IfcParameterValue |
IfcSweptDiskSolid.getEndParam() |
IfcParameterValue |
IfcReparametrisedCompositeCurveSegment.getParamLength() |
IfcParameterValue |
IfcPointOnCurve.getPointParameter() |
IfcParameterValue |
IfcPointOnSurface.getPointParameterU() |
IfcParameterValue |
IfcPointOnSurface.getPointParameterV() |
IfcParameterValue |
IfcFixedReferenceSweptAreaSolid.getStartParam() |
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() |
IfcCollection<IfcParameterValue> |
IfcBSplineCurveWithKnots.getKnots() |
IfcCollection2D<IfcParameterValue> |
IfcTriangulatedFaceSet.getNormals() |
IfcCollection2D<IfcParameterValue> |
IfcTextureVertexList.getTexCoordsList() |
IfcCollection<IfcParameterValue> |
IfcBSplineSurfaceWithKnots.getUKnots() |
IfcCollection<IfcParameterValue> |
IfcBSplineSurfaceWithKnots.getVKnots() |
Modifier and Type | Method and Description |
---|---|
void |
IfcFixedReferenceSweptAreaSolid.setEndParam(IfcParameterValue value) |
void |
IfcSurfaceCurveSweptAreaSolid.setEndParam(IfcParameterValue value) |
void |
IfcSweptDiskSolid.setEndParam(IfcParameterValue value) |
void |
IfcReparametrisedCompositeCurveSegment.setParamLength(IfcParameterValue value) |
void |
IfcPointOnCurve.setPointParameter(IfcParameterValue value) |
void |
IfcPointOnSurface.setPointParameterU(IfcParameterValue value) |
void |
IfcPointOnSurface.setPointParameterV(IfcParameterValue value) |
void |
IfcFixedReferenceSweptAreaSolid.setStartParam(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) |
void |
IfcBSplineCurveWithKnots.setKnots(IfcCollection<IfcParameterValue> value) |
void |
IfcTriangulatedFaceSet.setNormals(IfcCollection2D<IfcParameterValue> value) |
void |
IfcTextureVertexList.setTexCoordsList(IfcCollection2D<IfcParameterValue> value) |
void |
IfcBSplineSurfaceWithKnots.setUKnots(IfcCollection<IfcParameterValue> value) |
void |
IfcBSplineSurfaceWithKnots.setVKnots(IfcCollection<IfcParameterValue> value) |