NX Open C++ Reference Guide
|
Represents a collection of Plane . More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::Plane * | CreatePlane (const NXOpen::Point3d &origin, const NXOpen::Vector3d &normal, NXOpen::SmartObject::UpdateOption updateOption) |
Creates an Plane without parameters. | |
NXOpen::Plane * | CreatePlane (NXOpen::Features::Feature *datum) |
Creates an Plane using a datum plane feature. | |
NXOpen::Plane * | CreatePlane (NXOpen::PlaneTypes::MethodType method, NXOpen::PlaneTypes::AlternateType alternate, const NXOpen::Point3d &origin, const NXOpen::Vector3d &normal, const NXString &expression, bool flip, bool percent, const std::vector< NXOpen::NXObject * > &geometry) |
Creates an Plane using a datum plane feature. | |
NXOpen::Plane * | CreatePlane (NXOpen::PlaneTypes::MethodType method, NXOpen::PlaneTypes::AlternateType alternate, const NXOpen::Point3d &origin, const NXOpen::Vector3d &normal, const char *expression, bool flip, bool percent, const std::vector< NXOpen::NXObject * > &geometry) |
Creates an Plane using a datum plane feature. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Plane .
To obtain an instance of this class, refer to BasePart
Created in NX4.0.0.
iterator NXOpen::PlaneCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Plane* NXOpen::PlaneCollection::CreatePlane | ( | const NXOpen::Point3d & | origin, |
const NXOpen::Vector3d & | normal, | ||
NXOpen::SmartObject::UpdateOption | updateOption | ||
) |
NXOpen::Plane* NXOpen::PlaneCollection::CreatePlane | ( | NXOpen::Features::Feature * | datum | ) |
Creates an Plane using a datum plane feature.
datum | Datum Feature |
NXOpen::Plane* NXOpen::PlaneCollection::CreatePlane | ( | NXOpen::PlaneTypes::MethodType | method, |
NXOpen::PlaneTypes::AlternateType | alternate, | ||
const NXOpen::Point3d & | origin, | ||
const NXOpen::Vector3d & | normal, | ||
const NXString & | expression, | ||
bool | flip, | ||
bool | percent, | ||
const std::vector< NXOpen::NXObject * > & | geometry | ||
) |
Creates an Plane using a datum plane feature.
NXOpen::Plane* NXOpen::PlaneCollection::CreatePlane | ( | NXOpen::PlaneTypes::MethodType | method, |
NXOpen::PlaneTypes::AlternateType | alternate, | ||
const NXOpen::Point3d & | origin, | ||
const NXOpen::Vector3d & | normal, | ||
const char * | expression, | ||
bool | flip, | ||
bool | percent, | ||
const std::vector< NXOpen::NXObject * > & | geometry | ||
) |
Creates an Plane using a datum plane feature.
iterator NXOpen::PlaneCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::PlaneCollection::Tag | ( | ) | const |
Returns the tag of this object.