NX Open C++ Reference Guide
|
Represents a Features::AssociativeArc builder
To create a new instance of this class, use Features::BaseFeatureCollection::CreateAssociativeArcBuilder
Default values.
More...
Public Types | |
enum | CenterReference { CenterReferenceWcs, CenterReferenceAbsolute, CenterReferenceCordinatesSystem } |
Represents references for center point. More... | |
enum | EndOption { EndOptionInferred, EndOptionPoint, EndOptionTangent, EndOptionRadius, EndOptionDiameter } |
Represents end point options type. More... | |
enum | EndReference { EndReferenceWcs, EndReferenceAbsolute, EndReferenceCordinatesSystem } |
Represents references for end point. More... | |
enum | MidOption { MidOptionInferred, MidOptionPoint, MidOptionTangent, MidOptionRadius, MidOptionDiameter } |
Represents mid point options type. More... | |
enum | MidReference { MidReferenceWcs, MidReferenceAbsolute, MidReferenceCordinatesSystem } |
Represents references for mid point. More... | |
enum | StartOption { StartOptionInferred, StartOptionPoint, StartOptionTangent } |
Represents start point options type. More... | |
enum | StartReference { StartReferenceWcs, StartReferenceAbsolute, StartReferenceCordinatesSystem } |
Represents references for start point. More... | |
enum | Types { TypesThreePointArc, TypesArcFromCenter } |
Represents arc type. More... | |
Public Member Functions | |
bool | Associative () |
Returns the associative Created in NX5.0.0. | |
NXOpen::SelectPoint * | CenterPoint () |
Returns the center point Created in NX5.0.0. | |
NXOpen::Features::AssociativeArcBuilder::CenterReference | CenterPointReference () |
Returns the center point reference Created in NX5.0.0. | |
NXOpen::SelectCartesianCoordinateSystem * | CenterPointReferenceCsys () |
Returns the center point reference coordinate system Created in NX5.0.0. | |
NXOpen::Vector3d | CenterRadiusLockedPlaneDirection () |
Returns the plane direction for arc type center radius when lock status is GeometricUtilities::SupportPlaneData::LockPlaneStatusCenterPointDirection Created in NX7.5.0. | |
NXOpen::Expression * | Diameter () |
Returns the diameter of arc Created in NX7.5.0. | |
NXOpen::SelectObject * | EndInferredConstraint () |
Returns the end inferred constraint Created in NX5.0.0. | |
NXOpen::SelectPoint * | EndPoint () |
Returns the end point Created in NX5.0.0. | |
NXOpen::Features::AssociativeArcBuilder::EndOption | EndPointOptions () |
Returns the end point options Created in NX5.0.0. | |
NXOpen::Features::AssociativeArcBuilder::EndReference | EndPointReference () |
Returns the end point reference Created in NX5.0.0. | |
NXOpen::SelectCartesianCoordinateSystem * | EndReferenceCsys () |
Returns the end reference coordinate system Created in NX5.0.0. | |
NXOpen::SelectDisplayableObject * | EndTangent () |
Returns the end tangent Created in NX5.0.0. | |
NXOpen::GeometricUtilities::CurveLimitsData * | Limits () |
Returns the limits Created in NX5.0.0. | |
NXOpen::SelectObject * | MidInferredConstraint () |
Returns the mid inferred constraint Created in NX5.0.0. | |
NXOpen::SelectPoint * | MidPoint () |
Returns the mid point Created in NX5.0.0. | |
NXOpen::Features::AssociativeArcBuilder::MidOption | MidPointOptions () |
Returns the mid point options Created in NX5.0.0. | |
NXOpen::Features::AssociativeArcBuilder::MidReference | MidPointReference () |
Returns the mid point reference Created in NX5.0.0. | |
NXOpen::SelectCartesianCoordinateSystem * | MidReferenceCsys () |
Returns the mid reference coordinate system Created in NX5.0.0. | |
NXOpen::SelectDisplayableObject * | MidTangent () |
Returns the mid tangent Created in NX5.0.0. | |
NXOpen::Expression * | Radius () |
Returns the radius of arc Created in NX5.0.0. | |
void | SetAssociative (bool associative) |
Sets the associative Created in NX5.0.0. | |
void | SetCenterPointReference (NXOpen::Features::AssociativeArcBuilder::CenterReference centerPointReference) |
Sets the center point reference Created in NX5.0.0. | |
void | SetCenterRadiusLockedPlaneDirection (const NXOpen::Vector3d &direction) |
Sets the plane direction for arc type center radius when lock status is GeometricUtilities::SupportPlaneData::LockPlaneStatusCenterPointDirection Created in NX7.5.0. | |
void | SetEndPointOptions (NXOpen::Features::AssociativeArcBuilder::EndOption endPointOptions) |
Sets the end point options Created in NX5.0.0. | |
void | SetEndPointReference (NXOpen::Features::AssociativeArcBuilder::EndReference endPointReference) |
Sets the end point reference Created in NX5.0.0. | |
void | SetMidPointOptions (NXOpen::Features::AssociativeArcBuilder::MidOption midPointOptions) |
Sets the mid point options Created in NX5.0.0. | |
void | SetMidPointReference (NXOpen::Features::AssociativeArcBuilder::MidReference midPointReference) |
Sets the mid point reference Created in NX5.0.0. | |
void | SetStartPointOptions (NXOpen::Features::AssociativeArcBuilder::StartOption startPointOptions) |
Sets the start point options Created in NX5.0.0. | |
void | SetStartPointReference (NXOpen::Features::AssociativeArcBuilder::StartReference startPointReference) |
Sets the start point reference Created in NX5.0.0. | |
void | SetType (NXOpen::Features::AssociativeArcBuilder::Types type) |
Sets the type option Created in NX5.0.0. | |
void | SetZonePoint (const NXOpen::Point3d &zonePoint) |
Sets the zone point for point-point radius. | |
NXOpen::SelectObject * | StartInferredConstraint () |
Returns the start inferred constraint Created in NX5.0.0. | |
NXOpen::SelectPoint * | StartPoint () |
Returns the start point Created in NX5.0.0. | |
NXOpen::Features::AssociativeArcBuilder::StartOption | StartPointOptions () |
Returns the start point options Created in NX5.0.0. | |
NXOpen::Features::AssociativeArcBuilder::StartReference | StartPointReference () |
Returns the start point reference Created in NX5.0.0. | |
NXOpen::SelectCartesianCoordinateSystem * | StartReferenceCsys () |
Returns the start reference coordinate system Created in NX5.0.0. | |
NXOpen::SelectDisplayableObject * | StartTangent () |
Returns the start tangent Created in NX5.0.0. | |
NXOpen::GeometricUtilities::SupportPlaneData * | SupportPlaneData () |
Returns the support plane data Created in NX5.0.0. | |
NXOpen::Features::AssociativeArcBuilder::Types | Type () |
Returns the type option Created in NX5.0.0. | |
NXOpen::Point3d | ZonePoint () |
Returns the zone point for point-point radius. |
Represents a Features::AssociativeArc builder
To create a new instance of this class, use Features::BaseFeatureCollection::CreateAssociativeArcBuilder
Default values.
Property | Value |
---|---|
Associative |
True |
Limits.EndLimit.LimitOption |
AtPoint |
SupportPlaneData.SupportPlaneLockStatus |
No |
Created in NX5.0.0.
Represents references for center point.
CenterReferenceWcs |
WCS. |
CenterReferenceAbsolute |
Absolute CSYS. |
CenterReferenceCordinatesSystem |
CSYS. |
Represents references for end point.
EndReferenceWcs |
WCS. |
EndReferenceAbsolute |
Absolute CSYS. |
EndReferenceCordinatesSystem |
CSYS. |
Represents references for mid point.
MidReferenceWcs |
WCS. |
MidReferenceAbsolute |
Absolute CSYS. |
MidReferenceCordinatesSystem |
CSYS. |
Represents references for start point.
StartReferenceWcs |
WCS. |
StartReferenceAbsolute |
Absolute CSYS. |
StartReferenceCordinatesSystem |
CSYS. |
Represents arc type.
TypesThreePointArc |
Three point arc. |
TypesArcFromCenter |
Arc from center. |
Returns the associative
Created in NX5.0.0.
License requirements : None
Returns the center point
Created in NX5.0.0.
License requirements : None
NXOpen::Features::AssociativeArcBuilder::CenterReference NXOpen::Features::AssociativeArcBuilder::CenterPointReference | ( | ) |
Returns the center point reference
Created in NX5.0.0.
License requirements : None
NXOpen::SelectCartesianCoordinateSystem* NXOpen::Features::AssociativeArcBuilder::CenterPointReferenceCsys | ( | ) |
Returns the center point reference coordinate system
Created in NX5.0.0.
License requirements : None
Returns the plane direction for arc type center radius when lock status is GeometricUtilities::SupportPlaneData::LockPlaneStatusCenterPointDirection
Created in NX7.5.0.
License requirements : None
Returns the diameter of arc
Created in NX7.5.0.
License requirements : None
Returns the end inferred constraint
Created in NX5.0.0.
License requirements : None
Returns the end point
Created in NX5.0.0.
License requirements : None
NXOpen::Features::AssociativeArcBuilder::EndOption NXOpen::Features::AssociativeArcBuilder::EndPointOptions | ( | ) |
Returns the end point options
Created in NX5.0.0.
License requirements : None
NXOpen::Features::AssociativeArcBuilder::EndReference NXOpen::Features::AssociativeArcBuilder::EndPointReference | ( | ) |
Returns the end point reference
Created in NX5.0.0.
License requirements : None
NXOpen::SelectCartesianCoordinateSystem* NXOpen::Features::AssociativeArcBuilder::EndReferenceCsys | ( | ) |
Returns the end reference coordinate system
Created in NX5.0.0.
License requirements : None
Returns the end tangent
Created in NX5.0.0.
License requirements : None
Returns the limits
Created in NX5.0.0.
License requirements : None
Returns the mid inferred constraint
Created in NX5.0.0.
License requirements : None
Returns the mid point
Created in NX5.0.0.
License requirements : None
NXOpen::Features::AssociativeArcBuilder::MidOption NXOpen::Features::AssociativeArcBuilder::MidPointOptions | ( | ) |
Returns the mid point options
Created in NX5.0.0.
License requirements : None
NXOpen::Features::AssociativeArcBuilder::MidReference NXOpen::Features::AssociativeArcBuilder::MidPointReference | ( | ) |
Returns the mid point reference
Created in NX5.0.0.
License requirements : None
NXOpen::SelectCartesianCoordinateSystem* NXOpen::Features::AssociativeArcBuilder::MidReferenceCsys | ( | ) |
Returns the mid reference coordinate system
Created in NX5.0.0.
License requirements : None
Returns the mid tangent
Created in NX5.0.0.
License requirements : None
Returns the radius of arc
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::AssociativeArcBuilder::SetAssociative | ( | bool | associative | ) |
Sets the associative
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
associative | associative |
void NXOpen::Features::AssociativeArcBuilder::SetCenterPointReference | ( | NXOpen::Features::AssociativeArcBuilder::CenterReference | centerPointReference | ) |
Sets the center point reference
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
centerPointReference | centerpointreference |
void NXOpen::Features::AssociativeArcBuilder::SetCenterRadiusLockedPlaneDirection | ( | const NXOpen::Vector3d & | direction | ) |
Sets the plane direction for arc type center radius when lock status is GeometricUtilities::SupportPlaneData::LockPlaneStatusCenterPointDirection
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
direction | direction |
void NXOpen::Features::AssociativeArcBuilder::SetEndPointOptions | ( | NXOpen::Features::AssociativeArcBuilder::EndOption | endPointOptions | ) |
Sets the end point options
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
endPointOptions | endpointoptions |
void NXOpen::Features::AssociativeArcBuilder::SetEndPointReference | ( | NXOpen::Features::AssociativeArcBuilder::EndReference | endPointReference | ) |
Sets the end point reference
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
endPointReference | endpointreference |
void NXOpen::Features::AssociativeArcBuilder::SetMidPointOptions | ( | NXOpen::Features::AssociativeArcBuilder::MidOption | midPointOptions | ) |
Sets the mid point options
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
midPointOptions | midpointoptions |
void NXOpen::Features::AssociativeArcBuilder::SetMidPointReference | ( | NXOpen::Features::AssociativeArcBuilder::MidReference | midPointReference | ) |
Sets the mid point reference
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
midPointReference | midpointreference |
void NXOpen::Features::AssociativeArcBuilder::SetStartPointOptions | ( | NXOpen::Features::AssociativeArcBuilder::StartOption | startPointOptions | ) |
Sets the start point options
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
startPointOptions | startpointoptions |
void NXOpen::Features::AssociativeArcBuilder::SetStartPointReference | ( | NXOpen::Features::AssociativeArcBuilder::StartReference | startPointReference | ) |
Sets the start point reference
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
startPointReference | startpointreference |
void NXOpen::Features::AssociativeArcBuilder::SetType | ( | NXOpen::Features::AssociativeArcBuilder::Types | type | ) |
Sets the type option
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
type | type |
void NXOpen::Features::AssociativeArcBuilder::SetZonePoint | ( | const NXOpen::Point3d & | zonePoint | ) |
Sets the zone point for point-point radius.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
zonePoint | zonepoint |
Returns the start inferred constraint
Created in NX5.0.0.
License requirements : None
Returns the start point
Created in NX5.0.0.
License requirements : None
NXOpen::Features::AssociativeArcBuilder::StartOption NXOpen::Features::AssociativeArcBuilder::StartPointOptions | ( | ) |
Returns the start point options
Created in NX5.0.0.
License requirements : None
NXOpen::Features::AssociativeArcBuilder::StartReference NXOpen::Features::AssociativeArcBuilder::StartPointReference | ( | ) |
Returns the start point reference
Created in NX5.0.0.
License requirements : None
NXOpen::SelectCartesianCoordinateSystem* NXOpen::Features::AssociativeArcBuilder::StartReferenceCsys | ( | ) |
Returns the start reference coordinate system
Created in NX5.0.0.
License requirements : None
Returns the start tangent
Created in NX5.0.0.
License requirements : None
NXOpen::GeometricUtilities::SupportPlaneData* NXOpen::Features::AssociativeArcBuilder::SupportPlaneData | ( | ) |
Returns the support plane data
Created in NX5.0.0.
License requirements : None
Returns the type option
Created in NX5.0.0.
License requirements : None
Returns the zone point for point-point radius.
Created in NX5.0.0.
License requirements : None