NX Open C++ Reference Guide
|
Represents a GeometricUtilities::CircularFrameBuilder. More...
Public Types | |
enum | Subtypes { SubtypesArbitrary, SubtypesHalf, SubtypesQuarter, SubtypesFull } |
Represents the circular frame subtypes. More... | |
Public Member Functions | |
double | GetAngle (int index) |
Gets the i-th angle of the circular frame. | |
double | GetRadius (int index) |
Gets the i-th radius of the circular frame. | |
void | SetAngle (int index, double angle) |
Sets the i-th angle of the circular frame Created in NX6.0.0. | |
void | SetRadius (int index, double radius) |
Sets the i-th radius of the circular frame Created in NX6.0.0. | |
void | SetSubtype (NXOpen::GeometricUtilities::CircularFrameBuilder::Subtypes subtype) |
Sets the subtype Created in NX6.0.0. | |
NXOpen::GeometricUtilities::CircularFrameBuilder::Subtypes | Subtype () |
Returns the subtype Created in NX6.0.0. |
Represents a GeometricUtilities::CircularFrameBuilder.
Created in NX6.0.0.
double NXOpen::GeometricUtilities::CircularFrameBuilder::GetAngle | ( | int | index | ) |
Gets the i-th angle of the circular frame.
index | index of angle |
double NXOpen::GeometricUtilities::CircularFrameBuilder::GetRadius | ( | int | index | ) |
Gets the i-th radius of the circular frame.
index | index of radius |
void NXOpen::GeometricUtilities::CircularFrameBuilder::SetAngle | ( | int | index, |
double | angle | ||
) |
Sets the i-th angle of the circular frame
Created in NX6.0.0.
License requirements : None
index | index of angle |
angle | angle |
void NXOpen::GeometricUtilities::CircularFrameBuilder::SetRadius | ( | int | index, |
double | radius | ||
) |
Sets the i-th radius of the circular frame
Created in NX6.0.0.
License requirements : None
index | index of radius |
radius | radius |
void NXOpen::GeometricUtilities::CircularFrameBuilder::SetSubtype | ( | NXOpen::GeometricUtilities::CircularFrameBuilder::Subtypes | subtype | ) |
Sets the subtype
Created in NX6.0.0.
License requirements : None
subtype | subtype |
NXOpen::GeometricUtilities::CircularFrameBuilder::Subtypes NXOpen::GeometricUtilities::CircularFrameBuilder::Subtype | ( | ) |
Returns the subtype
Created in NX6.0.0.
License requirements : None