Geom2dToIGES
OCCT package Geom2dToIGES: Geom2dToIGES_Geom2dCurve, Geom2dToIGES_Geom2dEntity, Geom2dToIGES_Geom2dPoint, Geom2dToIGES_Geom2dVector.
Geom2dToIGES_Geom2dCurve
This class implements the transfer of the Curve Entity from Geom2d To IGES. These can be: Curve . BoundedCurve.
- BSplineCurve
- BezierCurve
- TrimmedCurve . Conic
- Circle
- Ellipse
- Hyperbloa
- Line
- Parabola . OffsetCurve
Constructors(2)
Creates a tool Geom2dCurve ready to run and sets its fields as G2dE's.
Parameters (1)G2dE
Instance methods(1)
- Transfer2dCurve(start: Geom2d_Curve, Udeb: number, Ufin: number): IGESData_IGESEntity
Transfer an Entity from Geom2d to IGES. If this Entity could not be converted, this member returns a NullEntity.
Parameters (3)startUdebUfin
Geom2dToIGES_Geom2dEntity
provides methods to transfer Geom2d entity from CASCADE to IGES.
Constructors(2)
Creates a tool Geom2dEntity.
Creates a tool ready to run and sets its fields as GE's.
Parameters (1)GE
Instance methods(4)
- SetModel(model: IGESData_IGESModel): void
Set the value of "TheModel".
Parameters (1)model
Returns the value of "TheModel".
- SetUnit(unit: number): void
Sets the value of the UnitFlag.
Parameters (1)unit
- GetUnit(): number
Returns the value of the UnitFlag of the header of the model in millimeters.
Geom2dToIGES_Geom2dPoint
This class implements the transfer of the Point Entity from Geom2d to IGES. These are: . 2dPoint.
- 2dCartesianPoint
Constructors(2)
Creates a tool Geom2dPoint ready to run and sets its fields as G2dE's.
Parameters (1)G2dE
Instance methods(2)
- Transfer2dPoint(start: Geom2d_Point): IGESGeom_Point
Transfer a Point from Geom to IGES. If this Entity could not be converted, this member returns a NullEntity.
Parameters (1)start
Transfer a CartesianPoint from Geom to IGES. If this Entity could not be converted, this member returns a NullEntity.
Parameters (1)start
Geom2dToIGES_Geom2dVector
This class implements the transfer of the Vector from Geom2d to IGES. These can be: . Vector.
- Direction
- VectorWithMagnitude
Constructors(2)
Creates a tool Geom2dVector ready to run and sets its fields as G2dE's.
Parameters (1)G2dE
Instance methods(3)
Transfer a GeometryEntity which answer True to the member : BRepToIGES::IsGeomVector(Geometry). If this Entity could not be converted, this member returns a NullEntity.
Parameters (1)start
- Parameters (1)
start
- Parameters (1)
start