NX Open C++ Reference Guide
|
Represents a GeometricUtilities::SupportPlaneData
Created in NX5.0.0.
More...
Public Types | |
enum | LockPlaneStatus { LockPlaneStatusNo, LockPlaneStatusAfterFirstConstraint, LockPlaneStatusAfterSecondConstraint, LockPlaneStatusAfterThirdConstraint, LockPlaneStatusAfterFirstAndSecondConstraint, LockPlaneStatusAfterFirstAndThirdConstraint, LockPlaneStatusAfterSecondAndThirdConstraint, LockPlaneStatusAfterAllConstraint, LockPlaneStatusLockExistingPlane, LockPlaneStatusCenterPointDirection } |
Represents support plane lock status for associative basic curves. More... | |
Public Member Functions | |
NXOpen::DisplayableObject * | ExistingPlane () |
Returns the existing face or plane Created in NX5.0.0. | |
void | SetExistingPlane (NXOpen::DisplayableObject *existingPlane) |
Sets the existing face or plane Created in NX5.0.0. | |
void | SetSupportPlane (NXOpen::Plane *supportPlane) |
Sets the support plane Created in NX5.0.0. | |
void | SetSupportPlaneLockStatus (NXOpen::GeometricUtilities::SupportPlaneData::LockPlaneStatus lockPlaneStatus) |
Sets the support plane lock status Created in NX5.0.0. | |
void | SetWorkView (NXOpen::View *workView) |
Sets the work view required when lock plane status is GeometricUtilities::SupportPlaneData::LockPlaneStatusAfterFirstConstraint Created in NX5.0.0. | |
NXOpen::Plane * | SupportPlane () |
Returns the support plane Created in NX5.0.0. | |
NXOpen::GeometricUtilities::SupportPlaneData::LockPlaneStatus | SupportPlaneLockStatus () |
Returns the support plane lock status Created in NX5.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::View * | WorkView () |
Returns the work view required when lock plane status is GeometricUtilities::SupportPlaneData::LockPlaneStatusAfterFirstConstraint Created in NX5.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a GeometricUtilities::SupportPlaneData
Created in NX5.0.0.
Represents support plane lock status for associative basic curves.
LockPlaneStatusNo |
No Lock. |
LockPlaneStatusAfterFirstConstraint |
Lock after first constraint. |
LockPlaneStatusAfterSecondConstraint |
Lock after second constraint. |
LockPlaneStatusAfterThirdConstraint |
Lock after third constraint. |
LockPlaneStatusAfterFirstAndSecondConstraint |
Lock after first and second constraint. |
LockPlaneStatusAfterFirstAndThirdConstraint |
Lock after first and third constraint. |
LockPlaneStatusAfterSecondAndThirdConstraint |
Lock after second and third constraint. |
LockPlaneStatusAfterAllConstraint |
Lock after all constraint. |
LockPlaneStatusLockExistingPlane |
Lock support plane using existing face or datum. |
LockPlaneStatusCenterPointDirection |
Lock support plane using center point and direction, this option should be used for Center Radius Arc only. |
NXOpen::DisplayableObject* NXOpen::GeometricUtilities::SupportPlaneData::ExistingPlane | ( | ) |
Returns the existing face or plane
Created in NX5.0.0.
License requirements : None
void NXOpen::GeometricUtilities::SupportPlaneData::SetExistingPlane | ( | NXOpen::DisplayableObject * | existingPlane | ) |
Sets the existing face or plane
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR cam_base ("CAM BASE")
existingPlane | existingplane |
void NXOpen::GeometricUtilities::SupportPlaneData::SetSupportPlane | ( | NXOpen::Plane * | supportPlane | ) |
Sets the support plane
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR cam_base ("CAM BASE")
supportPlane | supportplane |
void NXOpen::GeometricUtilities::SupportPlaneData::SetSupportPlaneLockStatus | ( | NXOpen::GeometricUtilities::SupportPlaneData::LockPlaneStatus | lockPlaneStatus | ) |
Sets the support plane lock status
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR cam_base ("CAM BASE")
lockPlaneStatus | lock plane status |
void NXOpen::GeometricUtilities::SupportPlaneData::SetWorkView | ( | NXOpen::View * | workView | ) |
Sets the work view required when lock plane status is GeometricUtilities::SupportPlaneData::LockPlaneStatusAfterFirstConstraint
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR cam_base ("CAM BASE")
workView | work view |
NXOpen::Plane* NXOpen::GeometricUtilities::SupportPlaneData::SupportPlane | ( | ) |
Returns the support plane
Created in NX5.0.0.
License requirements : None
NXOpen::GeometricUtilities::SupportPlaneData::LockPlaneStatus NXOpen::GeometricUtilities::SupportPlaneData::SupportPlaneLockStatus | ( | ) |
Returns the support plane lock status
Created in NX5.0.0.
License requirements : None
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.
NXOpen::View* NXOpen::GeometricUtilities::SupportPlaneData::WorkView | ( | ) |
Returns the work view required when lock plane status is GeometricUtilities::SupportPlaneData::LockPlaneStatusAfterFirstConstraint
Created in NX5.0.0.
License requirements : None