|
Public Member Functions |
| Standard_EXPORT | IGESSolid_SelectedComponent () |
| Standard_EXPORT void | Init (const Handle(IGESSolid_BooleanTree)&anEntity, const gp_XYZ &selectPnt) |
| | This method is used to set the fields of the class
SelectedComponent
- anEntity : the Boolean tree entity
- selectPnt : Point in or on the desired component
.
|
| Standard_EXPORT Handle_IGESSolid_BooleanTree | Component () const |
| | returns the Boolean tree entity
|
| Standard_EXPORT gp_Pnt | SelectPoint () const |
| | returns the point on/in the selected component
|
| Standard_EXPORT gp_Pnt | TransformedSelectPoint () const |
| | returns the point on/in the selected component
after applying TransformationMatrix
|
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
| Handle_IGESSolid_BooleanTree | theEntity |
| gp_XYZ | theSelectPoint |