|
NX Open C++ Reference Guide
|
Represents a @link Features::RapidSurface Features::RapidSurface@endlink builder <br> To create a new instance of this class, use @link Features::FeatureCollection::CreateRapidSurfaceBuilder Features::FeatureCollection::CreateRapidSurfaceBuilder @endlink <br>
Default values. More...
Public Types | |
| enum | AttachmentTypes { AttachmentTypesFacetBody, AttachmentTypesNone } |
| the attachment types More... | |
| enum | LoopTypes { LoopTypesFourSided, LoopTypesThreeSided } |
| the subdivision loop types More... | |
| enum | OperationTypes { OperationTypesDrawOnFacetBody, OperationTypesDrawOnBoundary, OperationTypesImportCurves, OperationTypesSubdivideLoop } |
| the operation types More... | |
Public Member Functions | |
| void | AcceptNewFacetBody () |
| Accepts new facet body Created in NX5.0.0. | |
| void | AcceptSubdivision () |
| Accepts subdivision Created in NX6.0.0. | |
| NXOpen::Spline * | AskEdge (int edgeIndex) |
| Asks an edge in the current curve network. | |
| int | AskEdgeCount () |
| Asks edge count in the current curve network. | |
| NXOpen::Features::RapidSurfaceBuilder::AttachmentTypes | AttachmentType () |
| Returns the attachment type Created in NX6.0.0. | |
| NXOpen::Features::GeometricConstraintDataSetManager * | BoundaryPointSetManager () |
| Returns the boundary point set manager Created in NX6.0.0. | |
| void | ConnectCurve () |
| Accepts connect curve Created in NX6.0.0. | |
| NXOpen::SelectCurveList * | ConnectCurves () |
| Returns the connect curves Created in NX6.0.0. | |
| NXOpen::Features::GeometricConstraintDataSetManager * | ConstraintSetManager () |
| Returns the constraint set manager Created in NX5.0.0. | |
| void | CreateAnimationPolyline () |
| Creates animation polyline Created in NX6.0.0. | |
| void | CreateBoundaryCurve () |
| Creates boundary curve Created in NX6.0.0. | |
| std::vector< NXOpen::Point * > | CreateNodePoints () |
| Creates points to record every mesh node. | |
| int | Degree () |
| Returns the degree Created in NX5.0.0. | |
| void | DeleteCurve () |
| Deletes curve Created in NX5.0.0. | |
| NXOpen::SelectCurveList * | DeleteCurves () |
| Returns the delete curves Created in NX5.0.0. | |
| void | DeleteNode (NXOpen::Point *point) |
| Deletes node Created in NX6.0.0. | |
| NXOpen::SelectCurve * | DragCurve () |
| Returns the drag curve Created in NX6.0.0. | |
| void | DragCurvePoint () |
| Drags curve point Created in NX6.0.0. | |
| NXOpen::Features::GeometricConstraintDataSetManager * | DragCurvePointManager () |
| Returns the curve used for drag curve point Created in NX6.0.0. | |
| void | DrawBoundaryCurve () |
| Draws boundary curve Created in NX6.0.0. | |
| void | DrawCurve () |
| Draws curve Created in NX5.0.0. | |
| NXOpen::Facet::SelectFacetedBody * | FacetBody () |
| Returns the facet body Created in NX5.0.0. | |
| NXOpen::Point * | GetNode (int nodeIndex) |
| Gets a node in the current curve network. | |
| int | GetNodeCount () |
| Gets node count in the current curve network. | |
| void | ImportCurve () |
| Imports curve Created in NX5.0.0. | |
| NXOpen::SelectCurveList * | ImportCurves () |
| Returns the import curves Created in NX5.0.0. | |
| NXOpen::Features::RapidSurfaceBuilder::LoopTypes | LoopType () |
| Returns the subdivision loop type Created in NX6.0.0. | |
| void | MoveNode (NXOpen::Point *point, const NXOpen::Point3d &newPosition) |
| Moves node Created in NX6.0.0. | |
| double | NodeTolerance () |
| Returns the node tolerance Created in NX6.0.0. | |
| NXOpen::Features::RapidSurfaceBuilder::OperationTypes | OperationType () |
| Returns the operation type Created in NX6.0.0. | |
| NXOpen::Direction * | ProjectDirection () |
| Returns the projection direction Created in NX5.0.0. | |
| void | ReprojectEdgesAfterMoveNode () |
| Reprojects edges after move node Created in NX6.0.0. | |
| void | ResetAnimationPolyline () |
| Resets animation polyline Created in NX6.0.0. | |
| int | Segments () |
| Returns the segments Created in NX5.0.0. | |
| void | SetADefinePoint (int index, double xx, double yy, double zz, int facetID) |
| Set a define point (pre-NX6) | |
| void | SetAttachmentType (NXOpen::Features::RapidSurfaceBuilder::AttachmentTypes option) |
| Sets the attachment type Created in NX6.0.0. | |
| void | SetDefiningPoint (int index, const NXOpen::Point3d &coordination, int facetID) |
| Sets a defining point Created in NX6.0.0. | |
| void | SetDegree (int degree) |
| Sets the degree Created in NX5.0.0. | |
| void | SetLoopType (NXOpen::Features::RapidSurfaceBuilder::LoopTypes option) |
| Sets the subdivision loop type Created in NX6.0.0. | |
| void | SetNodeTolerance (double nodeTolerance) |
| Sets the node tolerance Created in NX6.0.0. | |
| void | SetNumberOfDefinePoints (int number) |
| Set number of define points (pre-NX6) | |
| void | SetNumberOfDefiningPoints (int number) |
| Sets number of defining points Created in NX6.0.0. | |
| void | SetOperationType (NXOpen::Features::RapidSurfaceBuilder::OperationTypes option) |
| Sets the operation type Created in NX6.0.0. | |
| void | SetProjectDirection (NXOpen::Direction *projectDirection) |
| Sets the projection direction Created in NX5.0.0. | |
| void | SetSegments (int segments) |
| Sets the segments Created in NX5.0.0. | |
| void | SetSmoothness (int smoothness) |
| Sets the smoothness Created in NX5.0.0. | |
| void | SetUPatches (int patchesU) |
| Sets the patches(U) Created in NX6.0.0. | |
| void | SetVPatches (int patchesV) |
| Sets the patches(V) Created in NX6.0.0. | |
| int | Smoothness () |
| Returns the smoothness Created in NX5.0.0. | |
| NXOpen::SelectCurve * | ULoopCurve () |
| Returns the loop curve(U) Created in NX6.0.0. | |
| int | UPatches () |
| Returns the patches(U) Created in NX6.0.0. | |
| NXOpen::SelectCurve * | VLoopCurve () |
| Returns the loop curve(V) Created in NX6.0.0. | |
| int | VPatches () |
| Returns the patches(V) Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::Features::FeatureBuilder | |
| NXOpen::Features::Feature * | CommitFeature () |
| Commits the feature parameters and creates the feature. | |
| NXOpen::Features::Feature * | GetFeature () |
| Returns the feature currently being edited by this builder. | |
| void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
| Re-suppress an internal parent feature (a slave feature) after it has been edited. | |
| bool | ParentFeatureInternal () |
| Returns whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
| bool | PatchSolutionFlag () |
| Returns the patch solution flag Created in NX8.0.1. | |
| NXString | PatchSurfaceFilename () |
| Returns the patch surface filename Created in NX8.0.1. | |
| void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
| Set the parent features which would be internal or slaves to the feature being created or commited Created in NX6.0.0. | |
| void | SetParentFeatureInternal (bool isInternal) |
| Sets whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
| void | SetPatchSolutionFlag (bool optionValue) |
| Sets the patch solution flag Created in NX8.0.1. | |
| void | SetPatchSurfaceFilename (const NXString &surfaceFilename) |
| Sets the patch surface filename Created in NX8.0.1. | |
| void | SetPatchSurfaceFilename (const char *surfaceFilename) |
| Sets the patch surface filename Created in NX8.0.1. | |
| void | SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename) |
| Sets the surrounding patch surface filename Created in NX8.0.1. | |
| void | SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename) |
| Sets the surrounding patch surface filename Created in NX8.0.1. | |
| void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
| Unsuppress an internal parent feature (a slave feature) so it can be edited. | |
| NXString | SurroundingPatchSurfaceFilename () |
| Returns the surrounding patch surface filename Created in NX8.0.1. | |
| void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
| Set the internal parent feature of the feature being edited to external Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a @link Features::RapidSurface Features::RapidSurface@endlink builder <br> To create a new instance of this class, use @link Features::FeatureCollection::CreateRapidSurfaceBuilder Features::FeatureCollection::CreateRapidSurfaceBuilder @endlink <br>
Default values.
| Property | Value |
|---|---|
|
AttachmentType |
FacetBody |
|
Degree |
3 |
|
LoopType |
FourSided |
|
NodeTolerance |
1.0 |
|
Segments |
10 |
|
Smoothness |
100 |
|
UPatches |
2 |
|
VPatches |
2 |
Created in NX5.0.0.
| void NXOpen::Features::RapidSurfaceBuilder::AcceptNewFacetBody | ( | ) |
Accepts new facet body
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| void NXOpen::Features::RapidSurfaceBuilder::AcceptSubdivision | ( | ) |
Accepts subdivision
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| NXOpen::Spline* NXOpen::Features::RapidSurfaceBuilder::AskEdge | ( | int | edgeIndex | ) |
Asks an edge in the current curve network.
| edgeIndex | Edge Index |
| int NXOpen::Features::RapidSurfaceBuilder::AskEdgeCount | ( | ) |
Asks edge count in the current curve network.
| NXOpen::Features::RapidSurfaceBuilder::AttachmentTypes NXOpen::Features::RapidSurfaceBuilder::AttachmentType | ( | ) |
Returns the attachment type
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| NXOpen::Features::GeometricConstraintDataSetManager* NXOpen::Features::RapidSurfaceBuilder::BoundaryPointSetManager | ( | ) |
Returns the boundary point set manager
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| void NXOpen::Features::RapidSurfaceBuilder::ConnectCurve | ( | ) |
Accepts connect curve
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| NXOpen::SelectCurveList* NXOpen::Features::RapidSurfaceBuilder::ConnectCurves | ( | ) |
Returns the connect curves
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| NXOpen::Features::GeometricConstraintDataSetManager* NXOpen::Features::RapidSurfaceBuilder::ConstraintSetManager | ( | ) |
Returns the constraint set manager
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| void NXOpen::Features::RapidSurfaceBuilder::CreateAnimationPolyline | ( | ) |
Creates animation polyline
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| void NXOpen::Features::RapidSurfaceBuilder::CreateBoundaryCurve | ( | ) |
Creates boundary curve
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| std::vector<NXOpen::Point *> NXOpen::Features::RapidSurfaceBuilder::CreateNodePoints | ( | ) |
Creates points to record every mesh node.
| int NXOpen::Features::RapidSurfaceBuilder::Degree | ( | ) |
Returns the degree
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| void NXOpen::Features::RapidSurfaceBuilder::DeleteCurve | ( | ) |
Deletes curve
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| NXOpen::SelectCurveList* NXOpen::Features::RapidSurfaceBuilder::DeleteCurves | ( | ) |
Returns the delete curves
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| void NXOpen::Features::RapidSurfaceBuilder::DeleteNode | ( | NXOpen::Point * | point | ) |
Deletes node
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| point | Point |
| NXOpen::SelectCurve* NXOpen::Features::RapidSurfaceBuilder::DragCurve | ( | ) |
Returns the drag curve
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| void NXOpen::Features::RapidSurfaceBuilder::DragCurvePoint | ( | ) |
Drags curve point
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| NXOpen::Features::GeometricConstraintDataSetManager* NXOpen::Features::RapidSurfaceBuilder::DragCurvePointManager | ( | ) |
Returns the curve used for drag curve point
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| void NXOpen::Features::RapidSurfaceBuilder::DrawBoundaryCurve | ( | ) |
Draws boundary curve
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| void NXOpen::Features::RapidSurfaceBuilder::DrawCurve | ( | ) |
Draws curve
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| NXOpen::Facet::SelectFacetedBody* NXOpen::Features::RapidSurfaceBuilder::FacetBody | ( | ) |
Returns the facet body
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| NXOpen::Point* NXOpen::Features::RapidSurfaceBuilder::GetNode | ( | int | nodeIndex | ) |
Gets a node in the current curve network.
| nodeIndex | Node Index |
| int NXOpen::Features::RapidSurfaceBuilder::GetNodeCount | ( | ) |
Gets node count in the current curve network.
| void NXOpen::Features::RapidSurfaceBuilder::ImportCurve | ( | ) |
Imports curve
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| NXOpen::SelectCurveList* NXOpen::Features::RapidSurfaceBuilder::ImportCurves | ( | ) |
Returns the import curves
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| NXOpen::Features::RapidSurfaceBuilder::LoopTypes NXOpen::Features::RapidSurfaceBuilder::LoopType | ( | ) |
Returns the subdivision loop type
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| void NXOpen::Features::RapidSurfaceBuilder::MoveNode | ( | NXOpen::Point * | point, |
| const NXOpen::Point3d & | newPosition | ||
| ) |
Moves node
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| point | Point |
| newPosition | the new position the point move to |
| double NXOpen::Features::RapidSurfaceBuilder::NodeTolerance | ( | ) |
Returns the node tolerance
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| NXOpen::Features::RapidSurfaceBuilder::OperationTypes NXOpen::Features::RapidSurfaceBuilder::OperationType | ( | ) |
Returns the operation type
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| NXOpen::Direction* NXOpen::Features::RapidSurfaceBuilder::ProjectDirection | ( | ) |
Returns the projection direction
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| void NXOpen::Features::RapidSurfaceBuilder::ReprojectEdgesAfterMoveNode | ( | ) |
Reprojects edges after move node
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| void NXOpen::Features::RapidSurfaceBuilder::ResetAnimationPolyline | ( | ) |
Resets animation polyline
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| int NXOpen::Features::RapidSurfaceBuilder::Segments | ( | ) |
Returns the segments
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| void NXOpen::Features::RapidSurfaceBuilder::SetADefinePoint | ( | int | index, |
| double | xx, | ||
| double | yy, | ||
| double | zz, | ||
| int | facetID | ||
| ) |
Set a define point (pre-NX6)
Use Features::RapidSurfaceBuilder::SetDefiningPoint instead.
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| void NXOpen::Features::RapidSurfaceBuilder::SetAttachmentType | ( | NXOpen::Features::RapidSurfaceBuilder::AttachmentTypes | option | ) |
Sets the attachment type
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| option | option |
| void NXOpen::Features::RapidSurfaceBuilder::SetDefiningPoint | ( | int | index, |
| const NXOpen::Point3d & | coordination, | ||
| int | facetID | ||
| ) |
| void NXOpen::Features::RapidSurfaceBuilder::SetDegree | ( | int | degree | ) |
Sets the degree
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| degree | degree |
| void NXOpen::Features::RapidSurfaceBuilder::SetLoopType | ( | NXOpen::Features::RapidSurfaceBuilder::LoopTypes | option | ) |
Sets the subdivision loop type
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| option | option |
| void NXOpen::Features::RapidSurfaceBuilder::SetNodeTolerance | ( | double | nodeTolerance | ) |
Sets the node tolerance
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| nodeTolerance | nodetolerance |
| void NXOpen::Features::RapidSurfaceBuilder::SetNumberOfDefinePoints | ( | int | number | ) |
Set number of define points (pre-NX6)
Use Features::RapidSurfaceBuilder::SetNumberOfDefiningPoints instead.
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| number | Number of Defined Points |
| void NXOpen::Features::RapidSurfaceBuilder::SetNumberOfDefiningPoints | ( | int | number | ) |
Sets number of defining points
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| number | Number of Defined Points |
| void NXOpen::Features::RapidSurfaceBuilder::SetOperationType | ( | NXOpen::Features::RapidSurfaceBuilder::OperationTypes | option | ) |
Sets the operation type
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| option | option |
| void NXOpen::Features::RapidSurfaceBuilder::SetProjectDirection | ( | NXOpen::Direction * | projectDirection | ) |
Sets the projection direction
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| projectDirection | projectdirection |
| void NXOpen::Features::RapidSurfaceBuilder::SetSegments | ( | int | segments | ) |
Sets the segments
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| segments | segments |
| void NXOpen::Features::RapidSurfaceBuilder::SetSmoothness | ( | int | smoothness | ) |
Sets the smoothness
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| smoothness | smoothness |
| void NXOpen::Features::RapidSurfaceBuilder::SetUPatches | ( | int | patchesU | ) |
Sets the patches(U)
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| patchesU | patches u |
| void NXOpen::Features::RapidSurfaceBuilder::SetVPatches | ( | int | patchesV | ) |
Sets the patches(V)
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| patchesV | patches v |
| int NXOpen::Features::RapidSurfaceBuilder::Smoothness | ( | ) |
Returns the smoothness
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| NXOpen::SelectCurve* NXOpen::Features::RapidSurfaceBuilder::ULoopCurve | ( | ) |
Returns the loop curve(U)
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| int NXOpen::Features::RapidSurfaceBuilder::UPatches | ( | ) |
Returns the patches(U)
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| NXOpen::SelectCurve* NXOpen::Features::RapidSurfaceBuilder::VLoopCurve | ( | ) |
Returns the loop curve(V)
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
| int NXOpen::Features::RapidSurfaceBuilder::VPatches | ( | ) |
Returns the patches(V)
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")