| Library | File | Frames | Expand |
| optional wfcXSectionGeometries_ptr | CollectGeometry (optional pfcView2D_ptr DrawingView) | |
| Retrieves the geometry of non-empty cross-section components (intersecting their sub-assemblies) | ||
| optional wfcXSectionComponents_ptr | GetComponents () | |
| Gets componets which are included or excluded from cross section defination | ||
| optional wfcXSectionHatches_ptr | GetCompXSectionHatches (xint XSecCompId, optional pfcView2D_ptr DrawingView) | |
| Gets line patterns in cross section | ||
| optional pfcFeature_ptr | GetFeature () | |
|
Returns feature representing cross section. Method should be called only if wfcWModel::CanCreateSectionFeature() returns |
||
| xbool | GetFlip () | |
| Gets model clipping direction | ||
| pfcMassProperty_ptr | GetMassProperty (xrstring CsysName) | |
| Mass Property related information. Only following methods should be called on this pfcMassProperty object pfcMassProperty::GetSurfaceArea(xreal) pfcMassProperty::GetGravityCenter(pfcPoint3D_ptr) pfcMassProperty::GetCoordSysInertia(pfcInertia_ptr) |
||
| xstring | GetName () | |
| Returns name of the cross section | ||
| wfcOffsetXSectionData_ptr | GetOffsetXSectionData (optional pfcView2D_ptr DrawingView) | |
| Get parameters of offset cross section | ||
| pfcSurface_ptr | GetPlane () | |
| Returns the plane of a given Cross Section. | ||
| xbool | IsFeature () | |
| Determines if cross section is feature | ||
| void | SetCompXSectionHatches (xint XSecCompId, optional pfcView2D_ptr DrawingView, optional wfcXSectionHatches_ptr Hatches) | |
| Sets line patterns on cross section component | ||
| void | SetName (xrstring XSectionName) | |
| Renames the cross section | ||
| void | SetCompXSectionHatches | (xint XSecCompId, optional pfcView2D_ptr DrawingView, optional wfcXSectionHatches_ptr Hatches) |
|
Sets line patterns on cross section component Exceptions thrown (but not limited to): pfcXToolkitNotFound - Input cross-section is not a drawing view cross-section or doesn't have the component with given id that is inside the view. pfcXToolkitFound - Cross-section component already has the input line pattern. Nothing added. pfcXToolkitEmpty - Empty sequence of line patterns.
|
| optional wfcXSectionHatches_ptr | GetCompXSectionHatches | (xint XSecCompId, optional pfcView2D_ptr DrawingView) |
|
Gets line patterns in cross section Exceptions thrown (but not limited to): pfcXToolkitNotFound - Input cross-section is not a drawing view cross-section or doesn't have the component with given id that is inside the view or the component doesn't have xhatches.
|
| optional pfcFeature_ptr | GetFeature | () |
|
Returns feature representing cross section. Method should be called only if wfcWModel::CanCreateSectionFeature() returns Exceptions thrown (but not limited to): pfcXToolkitBadContext - Legacy cross sections.
|
| pfcMassProperty_ptr | GetMassProperty | (xrstring CsysName) |
|
Mass Property related information. Only following methods should be called on this pfcMassProperty object pfcMassProperty::GetSurfaceArea(xreal) pfcMassProperty::GetGravityCenter(pfcPoint3D_ptr) pfcMassProperty::GetCoordSysInertia(pfcInertia_ptr)
|
| optional wfcXSectionGeometries_ptr | CollectGeometry | (optional pfcView2D_ptr DrawingView) |
|
Retrieves the geometry of non-empty cross-section components (intersecting their sub-assemblies) Exceptions thrown (but not limited to): pfcXToolkitNotFound - Input cross-section is not a drawing view cross-section.
|
| pfcSurface_ptr | GetPlane | () |
|
Returns the plane of a given Cross Section. Exceptions thrown (but not limited to): pfcXToolkitNotImplemented - This is not a planar cross-section.
|
| xbool | IsFeature | () |
|
Determines if cross section is feature
|
| wfcOffsetXSectionData_ptr | GetOffsetXSectionData | (optional pfcView2D_ptr DrawingView) |
|
Get parameters of offset cross section Exceptions thrown (but not limited to): pfcXToolkitNotImplemented - Some of X-section entities is not a line segment.
|
| xstring | GetName | () |
|
Returns name of the cross section
|
| void | SetName | (xrstring XSectionName) |
|
Renames the cross section
|
| xbool | GetFlip | () |
|
Gets model clipping direction
|
| optional wfcXSectionComponents_ptr | GetComponents | () |
|
Gets componets which are included or excluded from cross section defination
|