|
NX Open C++ Reference Guide
|
Represents a Facet::ExtrudeFacetBodyBuilder It extrudes a NX Facet Body. More...
Public Types | |
| enum | LimitType { LimitTypeDistance, LimitTypeToPlane } |
| Represents the extrude limit type. More... | |
Public Member Functions | |
| NXOpen::Direction * | Direction () |
| Returns the direction used when limit type is Facet::ExtrudeFacetBodyBuilder::LimitTypeDistance Created in NX9.0.0. | |
| NXOpen::Expression * | Distance () |
| Returns the distance used when limit type is Facet::ExtrudeFacetBodyBuilder::LimitTypeDistance Created in NX9.0.0. | |
| NXOpen::Facet::SelectFacetedBody * | FacetBody () |
| Returns the facet body to be extruded Created in NX9.0.0. | |
| NXOpen::Expression * | Offset () |
| Returns the offset value used to offset the extruded body Created in NX9.0.0. | |
| NXOpen::Plane * | Plane () |
| Returns the plane used when limit type is Facet::ExtrudeFacetBodyBuilder::LimitTypeToPlane Created in NX9.0.0. | |
| void | SetDirection (NXOpen::Direction *direction) |
| Sets the direction used when limit type is Facet::ExtrudeFacetBodyBuilder::LimitTypeDistance Created in NX9.0.0. | |
| void | SetPlane (NXOpen::Plane *plane) |
| Sets the plane used when limit type is Facet::ExtrudeFacetBodyBuilder::LimitTypeToPlane Created in NX9.0.0. | |
| void | SetType (NXOpen::Facet::ExtrudeFacetBodyBuilder::LimitType type) |
| Sets the limit type Created in NX9.0.0. | |
| NXOpen::Facet::ExtrudeFacetBodyBuilder::LimitType | Type () |
| Returns the limit type Created in NX9.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Facet::ExtrudeFacetBodyBuilder It extrudes a NX Facet Body.
The limit of extrusion can be specified by direction and distance or plane object. It returns the extruded NX Facet Body.
To create a new instance of this class, use Facet::FacetedBodyCollection::CreateExtrudeFacetBodyBuilder
Default values.
| Property | Value |
|---|---|
|
Distance.Value |
10 (millimeters part), 1 (inches part) |
|
Offset.Value |
0 (millimeters part), 0 (inches part) |
|
Type |
Distance |
Created in NX9.0.0.
| NXOpen::Direction* NXOpen::Facet::ExtrudeFacetBodyBuilder::Direction | ( | ) |
Returns the direction used when limit type is Facet::ExtrudeFacetBodyBuilder::LimitTypeDistance
Created in NX9.0.0.
License requirements : None
| NXOpen::Expression* NXOpen::Facet::ExtrudeFacetBodyBuilder::Distance | ( | ) |
Returns the distance used when limit type is Facet::ExtrudeFacetBodyBuilder::LimitTypeDistance
Created in NX9.0.0.
License requirements : None
| NXOpen::Facet::SelectFacetedBody* NXOpen::Facet::ExtrudeFacetBodyBuilder::FacetBody | ( | ) |
Returns the facet body to be extruded
Created in NX9.0.0.
License requirements : None
| NXOpen::Expression* NXOpen::Facet::ExtrudeFacetBodyBuilder::Offset | ( | ) |
Returns the offset value used to offset the extruded body
Created in NX9.0.0.
License requirements : None
| NXOpen::Plane* NXOpen::Facet::ExtrudeFacetBodyBuilder::Plane | ( | ) |
Returns the plane used when limit type is Facet::ExtrudeFacetBodyBuilder::LimitTypeToPlane
Created in NX9.0.0.
License requirements : None
| void NXOpen::Facet::ExtrudeFacetBodyBuilder::SetDirection | ( | NXOpen::Direction * | direction | ) |
Sets the direction used when limit type is Facet::ExtrudeFacetBodyBuilder::LimitTypeDistance
Created in NX9.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM") OR die_engineering ("DIE ENGINEERING")
| direction | direction |
| void NXOpen::Facet::ExtrudeFacetBodyBuilder::SetPlane | ( | NXOpen::Plane * | plane | ) |
Sets the plane used when limit type is Facet::ExtrudeFacetBodyBuilder::LimitTypeToPlane
Created in NX9.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM") OR die_engineering ("DIE ENGINEERING")
| plane | plane |
| void NXOpen::Facet::ExtrudeFacetBodyBuilder::SetType | ( | NXOpen::Facet::ExtrudeFacetBodyBuilder::LimitType | type | ) |
Sets the limit type
Created in NX9.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM") OR die_engineering ("DIE ENGINEERING")
| type | type |
| NXOpen::Facet::ExtrudeFacetBodyBuilder::LimitType NXOpen::Facet::ExtrudeFacetBodyBuilder::Type | ( | ) |
Returns the limit type
Created in NX9.0.0.
License requirements : None