NX Open C++ Reference Guide
|
Represents a Features::SectionEdit builder
To create a new instance of this class, use Features::FeatureCollection::CreateSectionEditBuilder
Created in NX6.0.0.
More...
Public Member Functions | |
NXOpen::SelectBody * | Body () |
Returns the body which is cut by sectioning plane Created in NX6.0.0. | |
bool | IsNewPlane () |
Returns the flag which represents whether the plane is newly created or existing one Created in NX6.0.0. | |
NXOpen::ISurface * | Plane () |
Returns the sectioning plane for cutting section on a body Created in NX6.0.0. | |
void | SetNewPlane (bool isNewPlane) |
Sets the flag which represents whether the plane is newly created or existing one Created in NX6.0.0. | |
void | SetPlane (NXOpen::ISurface *plane) |
Sets the sectioning plane for cutting section on a body Created in NX6.0.0. | |
void | SetSketch (NXOpen::Sketch *sketch) |
Sets the sketch which holds the section curves Created in NX6.0.0. | |
NXOpen::Sketch * | Sketch () |
Returns the sketch which holds the section curves Created in NX6.0.0. |
Represents a Features::SectionEdit builder
To create a new instance of this class, use Features::FeatureCollection::CreateSectionEditBuilder
Created in NX6.0.0.
Returns the body which is cut by sectioning plane
Created in NX6.0.0.
License requirements : None
Returns the flag which represents whether the plane is newly created or existing one
Created in NX6.0.0.
License requirements : None
Returns the sectioning plane for cutting section on a body
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::SectionEditBuilder::SetNewPlane | ( | bool | isNewPlane | ) |
Sets the flag which represents whether the plane is newly created or existing one
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
isNewPlane | is new plane |
void NXOpen::Features::SectionEditBuilder::SetPlane | ( | NXOpen::ISurface * | plane | ) |
Sets the sectioning plane for cutting section on a body
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
plane | plane |
void NXOpen::Features::SectionEditBuilder::SetSketch | ( | NXOpen::Sketch * | sketch | ) |
Sets the sketch which holds the section curves
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
sketch | sketch |
Returns the sketch which holds the section curves
Created in NX6.0.0.
License requirements : None