NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::GeometricUtilities::MultiDraft Class Reference

Represents a multi-draft. More...

Inheritance diagram for NXOpen::GeometricUtilities::MultiDraft:
NXOpen::GeometricUtilities::SimpleDraft NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  AngleOption { AngleOptionSingle, AngleOptionMultiple }
 Represents the angle option. More...

Public Member Functions

NXOpen::ExpressionBackDraftAngle ()
 Returns the back draft angle.
NXOpen::GeometricUtilities::SimpleDraft::SimpleDraftType DraftOption ()
 Returns the draft type.
NXOpen::ExpressionFrontDraftAngle ()
 Returns the front draft angle.
NXOpen::GeometricUtilities::MultiDraft::AngleOption GetAngleOption ()
 Returns the draft angle option.
std::vector
< NXOpen::Features::EmbossTaper * > 
GetDrafts (NXOpen::Section *section)
 Return all the drafts.
void SetAngleOption (NXOpen::GeometricUtilities::MultiDraft::AngleOption type)
 Sets the draft angle option.
void SetDraftOption (NXOpen::GeometricUtilities::SimpleDraft::SimpleDraftType type)
 Sets the draft type.

Detailed Description

Represents a multi-draft.


Created in NX5.0.0.


Member Enumeration Documentation

Represents the angle option.

Enumerator:
AngleOptionSingle 

Sigle draft.

AngleOptionMultiple 

Multi draft.


Member Function Documentation

Returns the back draft angle.

This function is used only when the angle type is GeometricUtilities::MultiDraft::AngleOptionSingle .


Created in NX5.0.0.

License requirements : None

Returns the draft type.


Created in NX5.0.0.

License requirements : None

Returns the front draft angle.

This function is used only when the angle type is GeometricUtilities::MultiDraft::AngleOptionSingle .


Created in NX5.0.0.

License requirements : None

Returns the draft angle option.

Returns:

Created in NX5.0.0.

License requirements : None

Return all the drafts.

Returns:
Array of draft objects
Created in NX5.0.0.

License requirements : None
Parameters:
sectionsection

Sets the draft angle option.


Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
typetype

Sets the draft type.


Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
typetype

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.