NX Open C++ Reference Guide
|
Represents a Features::RapidSurface builder
To create a new instance of this class, use Features::FeatureCollection::CreateRapidSurfaceBuilder
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. |
Represents a Features::RapidSurface builder
To create a new instance of this class, use Features::FeatureCollection::CreateRapidSurfaceBuilder
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.
Accepts new facet body
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
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 |
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")
Accepts connect curve
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
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")
Creates animation polyline
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
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.
Returns the degree
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
Deletes curve
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
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 |
Returns the drag curve
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
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")
Draws boundary curve
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
Draws curve
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
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 |
Gets node count in the current curve network.
Imports curve
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
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 |
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")
Returns the projection direction
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
Reprojects edges after move node
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
Resets animation polyline
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
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 | ||
) |
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)
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 |
Returns the smoothness
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
Returns the loop curve(U)
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
Returns the patches(U)
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
Returns the loop curve(V)
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
Returns the patches(V)
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")