Package | Description |
---|---|
com.aspose.cad.fileformats.stp | |
com.aspose.cad.fileformats.stp.items |
Modifier and Type | Method and Description |
---|---|
List<StepRepresentationItem> |
StpImage.getItems() |
com.aspose.ms.System.Collections.Generic.IGenericCollection<StepRepresentationItem> |
StpImage.getTopLevelItems()
Gets all top-level items (i.e., not referenced by any other item) in the file.
|
Modifier and Type | Class and Description |
---|---|
class |
StepAdavncedBrepShapeRepresentation
An extended representation of the brep form.
|
class |
StepAdvancedFace
AdvancedFace class for STP file.
|
class |
StepAxis2Placement
Axis2Placement class for STP file.
|
class |
StepAxis2Placement2D
Axis2Placement2D class for STP file.
|
class |
StepAxis2Placement3D
Axis2Placement3D class for STP file.
|
class |
StepBoundedCurve
BoundedCurve class for STP file.
|
class |
StepBSplineCurve
BSplineCurve class for STP file.
|
class |
StepBSplineCurveWithKnots
BSplineCurveWithKnots class for STP file.
|
class |
StepBsplineSurface
BsplineSurface class for STP file.
|
class |
StepCartesianPoint
CartesianPoint class for STP file.
|
class |
StepCircle
Circle class for STP file.
|
class |
StepClosedShell
ClosedShell class for STP file.
|
class |
StepConic
StepConic class for STP file.
|
class |
StepConicalSurface
ConicalSurface class for STP file.
|
class |
StepCurve
Curve class for STP file.
|
class |
StepCylindricalSurface
CylindricalSurface class for STP file.
|
class |
StepDefinitionalRepresentation
DefinitionalRepresentation class for STP file.
|
class |
StepDirection
Direction class for STP file.
|
class |
StepEdge
Edge class for STP file.
|
class |
StepEdgeCurve
EdgeCurve class for STP file.
|
class |
StepEdgeLoop
EdgeLoop class for STP file.
|
class |
StepElementarySurface
ElementarySurface class for STP file.
|
class |
StepEllipse
Ellipse class for STP file.
|
class |
StepFace
Face class for STP file.
|
class |
StepFaceBound
FaceBound class for STP file.
|
class |
StepFaceOuterBound
FaceOuterBound class for STP file.
|
class |
StepFaceSurface
FaceSurface class for STP file.
|
class |
StepGeometricRepresentationItem
Geometric RepresentationItem class for STP file.
|
class |
StepLine
Line class for STP file.
|
class |
StepLoop
Loop class for STP file.
|
class |
StepManifoldSolidBrep
ManifoldSolidBrep class for STP file.
|
class |
StepOrientedEdge
OrientedEdge class for STP file.
|
class |
StepPCurve
PCurve class for STP file.
|
class |
StepPlacement
Placement class for STP file.
|
class |
StepPlane
Plane class for STP file.
|
class |
StepPoint
Point class for STP file.
|
class |
StepProduct
Product class for STP file.
|
class |
StepProductDefinition
ProductDefinition class for STP file.
|
class |
StepProductDefinitionFormation
ProductDefinitionFormation class for STP file.
|
class |
StepProductDefinitionShape
ProductDefinitionShape class for STP file.
|
class |
StepRepresentation
Representation StepSurface class.
|
class |
StepShapeDefinitionRepresentation
ShapeDefinitionRepresentation class.
|
class |
StepShapeRepresentation
ShapeRepresentation class.
|
class |
StepShapeRepresentationRelationship
ShapeRepresentationRelationship class.
|
class |
StepSphericalSurface
SphericalSurface class for STP file.
|
class |
StepSurface
Surface class for STP file.
|
class |
StepSurfaceCurve
SurfaceCurve class for STP file.
|
class |
StepTopologicalRepresentationItem
TopologicalRepresentationItem class.
|
class |
StepToroidalSurface
ToroidalSurface class for STP file.
|
class |
StepTriple
Triple point class for STP file.
|
class |
StepValueRepresentationItem
ValueRepresentationItem class.
|
class |
StepVector
Vector class for STP file.
|
class |
StepVertex
Vertex class for STP file.
|
class |
StepVertexPoint
VertexPoint class for STP file.
|
Modifier and Type | Method and Description |
---|---|
StepRepresentationItem |
StepShapeDefinitionRepresentation.getAdavncedBrepShapeRepresentation() |
StepRepresentationItem |
StepAdvancedFace.getPlane() |
StepRepresentationItem |
StepShapeRepresentationRelationship.getRepresentationItem1() |
StepRepresentationItem |
StepShapeRepresentationRelationship.getRepresentationItem2() |
Modifier and Type | Method and Description |
---|---|
List<StepRepresentationItem> |
StepProduct.getFrameOfReference() |
List<StepRepresentationItem> |
StepAdavncedBrepShapeRepresentation.getRepresentationItems() |
List<StepRepresentationItem> |
StepDefinitionalRepresentation.getRepresentationItems() |
Modifier and Type | Method and Description |
---|---|
void |
StepShapeDefinitionRepresentation.setAdavncedBrepShapeRepresentation(StepRepresentationItem value) |
void |
StepAdvancedFace.setPlane(StepRepresentationItem value) |
void |
StepShapeRepresentationRelationship.setRepresentationItem1(StepRepresentationItem value) |
void |
StepShapeRepresentationRelationship.setRepresentationItem2(StepRepresentationItem value) |
Modifier and Type | Method and Description |
---|---|
void |
StepProduct.setFrameOfReference(List<StepRepresentationItem> value) |
void |
StepAdavncedBrepShapeRepresentation.setRepresentationItems(List<StepRepresentationItem> value) |
void |
StepDefinitionalRepresentation.setRepresentationItems(List<StepRepresentationItem> value) |
Constructor and Description |
---|
StepShapeRepresentationRelationship(String name,
String text,
StepRepresentationItem ref1,
StepRepresentationItem ref2) |
Constructor and Description |
---|
StepAdavncedBrepShapeRepresentation(String name,
List<StepRepresentationItem> representationItems) |
StepDefinitionalRepresentation(String name,
List<StepRepresentationItem> geometries) |