NX Open C++ Reference Guide
|
Represents a Features::DraftBody builder
To create a new instance of this class, use Features::FeatureCollection::CreateDraftBodyBuilder
Default values.
More...
Public Types | |
enum | MatchOption { MatchOptionNone, MatchOptionAll, MatchOptionAllButSelected } |
Describes the different match options. More... | |
enum | Method { MethodIsocline, MethodTrueDraft } |
Describes the Draft Body method as true draft or isocline draft. More... | |
enum | RepairOption { RepairOptionNone, RepairOptionBlends, RepairOptionPlanes, RepairOptionBoth } |
Describes the different repair options. More... | |
enum | Types { TypesEdges, TypesFaces } |
Describes the different Draft Body types. More... | |
Public Member Functions | |
NXOpen::Expression * | DraftAngle () |
Returns the draft angle Created in NX5.0.0. | |
NXOpen::Features::DraftBodyBuilder::Method | DraftMethod () |
Returns the draft method Created in NX5.0.0. | |
NXOpen::Direction * | DrawDirection () |
Returns the draw direction Created in NX5.0.0. | |
NXOpen::ScCollector * | EdgesToMoveToDraftedFace () |
Returns the edges to move to drafted face Created in NX5.0.0. | |
bool | ExtremeFacePointOverridesStationary () |
Returns the extreme face point overrides stationary Created in NX5.0.0. | |
NXOpen::ScCollector * | FacesToDraft () |
Returns the faces to draft Created in NX5.0.0. | |
NXOpen::ScCollector * | FacesToMoveToDraftedFace () |
Returns the faces to move to drafted face Created in NX5.0.0. | |
NXOpen::Features::DraftBodyBuilder::MatchOption | MatchingOption () |
Returns the matching option Created in NX5.0.0. | |
NXOpen::SelectDisplayableObject * | PartingObject () |
Returns the parting object Created in NX5.0.0. | |
NXOpen::Features::DraftBodyBuilder::RepairOption | RepairingOption () |
Returns the repairing option Created in NX5.0.0. | |
NXOpen::Expression * | RepairRadius () |
Returns the repair radius Created in NX5.0.0. | |
void | SetDraftMethod (NXOpen::Features::DraftBodyBuilder::Method draftMethod) |
Sets the draft method Created in NX5.0.0. | |
void | SetDrawDirection (NXOpen::Direction *drawDirection) |
Sets the draw direction Created in NX5.0.0. | |
void | SetExtremeFacePointOverridesStationary (bool extremeFacePointOverridesStationary) |
Sets the extreme face point overrides stationary Created in NX5.0.0. | |
void | SetMatchingOption (NXOpen::Features::DraftBodyBuilder::MatchOption matchingOption) |
Sets the matching option Created in NX5.0.0. | |
void | SetRepairingOption (NXOpen::Features::DraftBodyBuilder::RepairOption repairingOption) |
Sets the repairing option Created in NX5.0.0. | |
void | SetTolerance (double tolerance) |
Sets the tolerance Created in NX5.0.0. | |
void | SetType (NXOpen::Features::DraftBodyBuilder::Types type) |
Sets the draft body type Created in NX5.0.0. | |
NXOpen::ScCollector * | StationaryEdgesAboveParting () |
Returns the stationary edges above parting Created in NX5.0.0. | |
NXOpen::ScCollector * | StationaryEdgesBelowParting () |
Returns the stationary edges below parting Created in NX5.0.0. | |
double | Tolerance () |
Returns the tolerance Created in NX5.0.0. | |
NXOpen::Features::DraftBodyBuilder::Types | Type () |
Returns the draft body type Created in NX5.0.0. | |
NXOpen::ScCollector * | UnmatchedEdges () |
Returns the edges that will not be matched when matching option is AllButSelected Created in NX5.0.0. | |
NXOpen::ScCollector * | UnmatchedFaces () |
Returns the faces that will not be matched when matching option is AllButSelected Created in NX5.0.0. |
Represents a Features::DraftBody builder
To create a new instance of this class, use Features::FeatureCollection::CreateDraftBodyBuilder
Default values.
Property | Value |
---|---|
DraftAngle.Value |
10.0 |
DraftMethod |
Isocline |
ExtremeFacePointOverridesStationary |
False |
MatchingOption |
None |
RepairRadius.Value |
0.25 (millimeters part), 0.01 (inches part) |
RepairingOption |
None |
Type |
Edges |
Created in NX5.0.0.
Returns the draft angle
Created in NX5.0.0.
License requirements : None
Returns the draft method
Created in NX5.0.0.
License requirements : None
Returns the draw direction
Created in NX5.0.0.
License requirements : None
Returns the edges to move to drafted face
Created in NX5.0.0.
License requirements : None
Returns the extreme face point overrides stationary
Created in NX5.0.0.
License requirements : None
Returns the faces to draft
Created in NX5.0.0.
License requirements : None
Returns the faces to move to drafted face
Created in NX5.0.0.
License requirements : None
NXOpen::Features::DraftBodyBuilder::MatchOption NXOpen::Features::DraftBodyBuilder::MatchingOption | ( | ) |
Returns the matching option
Created in NX5.0.0.
License requirements : None
Returns the parting object
Created in NX5.0.0.
License requirements : None
NXOpen::Features::DraftBodyBuilder::RepairOption NXOpen::Features::DraftBodyBuilder::RepairingOption | ( | ) |
Returns the repairing option
Created in NX5.0.0.
License requirements : None
Returns the repair radius
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::DraftBodyBuilder::SetDraftMethod | ( | NXOpen::Features::DraftBodyBuilder::Method | draftMethod | ) |
Sets the draft method
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
draftMethod | draftmethod |
void NXOpen::Features::DraftBodyBuilder::SetDrawDirection | ( | NXOpen::Direction * | drawDirection | ) |
Sets the draw direction
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
drawDirection | drawdirection |
void NXOpen::Features::DraftBodyBuilder::SetExtremeFacePointOverridesStationary | ( | bool | extremeFacePointOverridesStationary | ) |
Sets the extreme face point overrides stationary
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
extremeFacePointOverridesStationary | extremefacepointoverridesstationary |
void NXOpen::Features::DraftBodyBuilder::SetMatchingOption | ( | NXOpen::Features::DraftBodyBuilder::MatchOption | matchingOption | ) |
Sets the matching option
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
matchingOption | matchingoption |
void NXOpen::Features::DraftBodyBuilder::SetRepairingOption | ( | NXOpen::Features::DraftBodyBuilder::RepairOption | repairingOption | ) |
Sets the repairing option
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
repairingOption | repairingoption |
void NXOpen::Features::DraftBodyBuilder::SetTolerance | ( | double | tolerance | ) |
Sets the tolerance
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
tolerance | tolerance |
Sets the draft body type
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
type | type |
Returns the stationary edges above parting
Created in NX5.0.0.
License requirements : None
Returns the stationary edges below parting
Created in NX5.0.0.
License requirements : None
Returns the tolerance
Created in NX5.0.0.
License requirements : None
Returns the draft body type
Created in NX5.0.0.
License requirements : None
Returns the edges that will not be matched when matching option is AllButSelected
Created in NX5.0.0.
License requirements : None
Returns the faces that will not be matched when matching option is AllButSelected
Created in NX5.0.0.
License requirements : None