|
Public Member Functions |
| Standard_EXPORT | IGESGeom_Point () |
| Standard_EXPORT void | Init (const gp_XYZ &aPoint, const Handle(IGESBasic_SubfigureDef)&aSymbol) |
| | This method is used to set the fields of the class Point
- aPoint : Coordinates of point
- aSymbol : SubfigureDefinition entity specifying the
display symbol if there exists one, or zero
.
|
| Standard_EXPORT gp_Pnt | Value () const |
| | returns co-ordinates of the point
|
| Standard_EXPORT gp_Pnt | TransformedValue () const |
| | returns co-ordinates of the point after applying Transf. Matrix
|
| Standard_EXPORT Standard_Boolean | HasDisplaySymbol () const |
| | returns True if symbol exists
|
| Standard_EXPORT Handle_IGESBasic_SubfigureDef | DisplaySymbol () const |
| | returns display symbol entity if it exists
|
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
| gp_XYZ | thePoint |
| Handle_IGESBasic_SubfigureDef | theSymbol |