NX Open C++ Reference Guide
|
Represents a Features::IsoparametricCurves builder
To create a new instance of this class, use Features::FeatureCollection::CreateIsoparametricCurvesBuilder
Default values.
More...
Public Types | |
enum | DirectionTypes { DirectionTypesIsoU, DirectionTypesIsoV, DirectionTypesIsoUV } |
Curve direction options. More... | |
enum | PlacementTypes { PlacementTypesUniform, PlacementTypesThroughPoints, PlacementTypesBetweenPoints } |
Curve creation options. More... | |
Public Member Functions | |
bool | Associative () |
Returns the associative state. | |
NXOpen::Features::GeometricConstraintDataManager * | ConstraintManager () |
Returns the constraint manager. | |
NXOpen::Features::IsoparametricCurvesBuilder::DirectionTypes | Direction () |
Returns the direction type Created in NX8.0.0. | |
bool | IsSpacingEnabled () |
Returns the is spacing enabled Created in NX8.0.0. | |
bool | IsSwitchDirection () |
Returns the is switch direction Created in NX8.0.0. | |
bool | IsUEnabled () |
Returns the is u enabled Created in NX8.0.0. | |
bool | IsVEnabled () |
Returns the is v enabled Created in NX8.0.0. | |
int | Number () |
Returns the number of curves Created in NX8.0.0. | |
NXOpen::Features::IsoparametricCurvesBuilder::PlacementTypes | Placement () |
Returns the placement type Created in NX8.0.0. | |
NXOpen::SelectDisplayableObject * | SelectObject () |
Returns the select object for faces Created in NX8.0.0. | |
void | SetActivePoints (const std::vector< NXOpen::Point * > &points, NXOpen::Point *masterPoint) |
Sets key points that are selected or will be moved Created in NX8.0.0. | |
void | SetAssociative (bool associative) |
Sets the associative state. | |
void | SetDirection (NXOpen::Features::IsoparametricCurvesBuilder::DirectionTypes direction) |
Sets the direction type Created in NX8.0.0. | |
void | SetNumber (int number) |
Sets the number of curves Created in NX8.0.0. | |
void | SetPlacement (NXOpen::Features::IsoparametricCurvesBuilder::PlacementTypes placement) |
Sets the placement type Created in NX8.0.0. | |
void | SetSpacing (double spacing) |
Sets the spacing to use when spacing is enabled Created in NX8.0.0. | |
void | SetSpacingEnabled (bool isSpacingEnabled) |
Sets the is spacing enabled Created in NX8.0.0. | |
void | SetSwitchDirection (bool isSwitchDirection) |
Sets the is switch direction Created in NX8.0.0. | |
void | SetUEnabled (bool isUEnabled) |
Sets the is u enabled Created in NX8.0.0. | |
void | SetVEnabled (bool isVEnabled) |
Sets the is v enabled Created in NX8.0.0. | |
double | Spacing () |
Returns the spacing to use when spacing is enabled Created in NX8.0.0. | |
void | UpdateIsoparametricCurves () |
Sets key points that are selected or will be moved Created in NX8.0.0. |
Represents a Features::IsoparametricCurves builder
To create a new instance of this class, use Features::FeatureCollection::CreateIsoparametricCurvesBuilder
Default values.
Property | Value |
---|---|
Associative |
1 |
IsSpacingEnabled |
0 |
IsSwitchDirection |
0 |
IsUEnabled |
1 |
IsVEnabled |
0 |
Number |
5 |
Placement |
Uniform |
Spacing |
25 |
Created in NX8.0.0.
Curve direction options.
Curve creation options.
Returns the associative state.
Disables feature creation when false
Created in NX8.0.0.
License requirements : None
NXOpen::Features::GeometricConstraintDataManager* NXOpen::Features::IsoparametricCurvesBuilder::ConstraintManager | ( | ) |
Returns the constraint manager.
Allows definition of key points to be used to control curve creation.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::IsoparametricCurvesBuilder::DirectionTypes NXOpen::Features::IsoparametricCurvesBuilder::Direction | ( | ) |
Returns the direction type
Created in NX8.0.0.
License requirements : None
Returns the is spacing enabled
Created in NX8.0.0.
License requirements : None
Returns the is switch direction
Created in NX8.0.0.
License requirements : None
Returns the is u enabled
Created in NX8.0.0.
License requirements : None
Returns the is v enabled
Created in NX8.0.0.
License requirements : None
Returns the number of curves
Created in NX8.0.0.
License requirements : None
NXOpen::Features::IsoparametricCurvesBuilder::PlacementTypes NXOpen::Features::IsoparametricCurvesBuilder::Placement | ( | ) |
Returns the placement type
Created in NX8.0.0.
License requirements : None
Returns the select object for faces
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::IsoparametricCurvesBuilder::SetActivePoints | ( | const std::vector< NXOpen::Point * > & | points, |
NXOpen::Point * | masterPoint | ||
) |
Sets key points that are selected or will be moved
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
points | Key points |
masterPoint | Point which user actually moves to move a group of selected points |
void NXOpen::Features::IsoparametricCurvesBuilder::SetAssociative | ( | bool | associative | ) |
Sets the associative state.
Disables feature creation when false
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
associative | associative |
void NXOpen::Features::IsoparametricCurvesBuilder::SetDirection | ( | NXOpen::Features::IsoparametricCurvesBuilder::DirectionTypes | direction | ) |
Sets the direction type
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
direction | direction |
void NXOpen::Features::IsoparametricCurvesBuilder::SetNumber | ( | int | number | ) |
Sets the number of curves
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
number | number |
void NXOpen::Features::IsoparametricCurvesBuilder::SetPlacement | ( | NXOpen::Features::IsoparametricCurvesBuilder::PlacementTypes | placement | ) |
Sets the placement type
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
placement | placement |
void NXOpen::Features::IsoparametricCurvesBuilder::SetSpacing | ( | double | spacing | ) |
Sets the spacing to use when spacing is enabled
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
spacing | spacing |
void NXOpen::Features::IsoparametricCurvesBuilder::SetSpacingEnabled | ( | bool | isSpacingEnabled | ) |
Sets the is spacing enabled
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
isSpacingEnabled | isspacingenabled |
void NXOpen::Features::IsoparametricCurvesBuilder::SetSwitchDirection | ( | bool | isSwitchDirection | ) |
Sets the is switch direction
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
isSwitchDirection | isswitchdirection |
void NXOpen::Features::IsoparametricCurvesBuilder::SetUEnabled | ( | bool | isUEnabled | ) |
Sets the is u enabled
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
isUEnabled | isuenabled |
void NXOpen::Features::IsoparametricCurvesBuilder::SetVEnabled | ( | bool | isVEnabled | ) |
Sets the is v enabled
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
isVEnabled | isvenabled |
Returns the spacing to use when spacing is enabled
Created in NX8.0.0.
License requirements : None
Sets key points that are selected or will be moved
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")