NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.GeometricUtilities.MultiDraft Class Reference

Represents a multi-draft. More...

Inheritance diagram for NXOpen.GeometricUtilities.MultiDraft:
NXOpen.GeometricUtilities.SimpleDraft NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AngleOption { Single, Multiple }
 Represents the angle option. More...
 
- Public Types inherited from NXOpen.GeometricUtilities.SimpleDraft
enum  SimpleDraftType {
  NoDraft, SimpleFromStart, SimpleFromProfile, Symmetric,
  MatchedEnds, Asymmetric
}
 This enum represents the kind of simple_draft More...
 

Public Member Functions

unsafe
NXOpen.GeometricUtilities.MultiDraft.AngleOption 
GetAngleOption ()
 Returns the draft angle option More...
 
unsafe
NXOpen.Features.EmbossTaper[] 
GetDrafts (NXOpen.Section section)
 Return all the drafts More...
 
unsafe void SetAngleOption (NXOpen.GeometricUtilities.MultiDraft.AngleOption type)
 Sets the draft angle option More...
 
- Public Member Functions inherited from NXOpen.GeometricUtilities.SimpleDraft
unsafe void SetDraftAngle (string draftAngle)
 Sets the draft angle More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.Expression BackDraftAngle [get]
 Returns the back draft angle. More...
 
unsafe
NXOpen.GeometricUtilities.SimpleDraft.SimpleDraftType 
DraftOption [get, set]
 Returns or sets the draft type More...
 
unsafe NXOpen.Expression FrontDraftAngle [get]
 Returns the front draft angle. More...
 
- Properties inherited from NXOpen.GeometricUtilities.SimpleDraft
unsafe NXOpen.Expression DraftAngle [get]
 Returns the draft angle More...
 
unsafe
NXOpen.GeometricUtilities.SimpleDraft.SimpleDraftType 
DraftType [get, set]
 Returns or sets the simple draft type More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a multi-draft.

Created in NX5.0.0

Member Enumeration Documentation

Represents the angle option.

Enumerator
Single 

Sigle draft

Multiple 

Multi draft

Member Function Documentation

unsafe NXOpen.GeometricUtilities.MultiDraft.AngleOption NXOpen.GeometricUtilities.MultiDraft.GetAngleOption ( )
inline

Returns the draft angle option

Created in NX5.0.0

License requirements: None.

Returns
unsafe NXOpen.Features.EmbossTaper [] NXOpen.GeometricUtilities.MultiDraft.GetDrafts ( NXOpen.Section  section)
inline

Return all the drafts

Created in NX5.0.0

License requirements: None.

Parameters
section
Returns
Array of draft objects
unsafe void NXOpen.GeometricUtilities.MultiDraft.SetAngleOption ( NXOpen.GeometricUtilities.MultiDraft.AngleOption  type)
inline

Sets the draft angle option

Created in NX5.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
type

Property Documentation

unsafe NXOpen.Expression NXOpen.GeometricUtilities.MultiDraft.BackDraftAngle
get

Returns the back draft angle.

This function is used only when the angle type is GeometricUtilities.MultiDraft.AngleOption.Single .

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.GeometricUtilities.SimpleDraft.SimpleDraftType NXOpen.GeometricUtilities.MultiDraft.DraftOption
getset

Returns or sets the draft type

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe NXOpen.Expression NXOpen.GeometricUtilities.MultiDraft.FrontDraftAngle
get

Returns the front draft angle.

This function is used only when the angle type is GeometricUtilities.MultiDraft.AngleOption.Single .

Created in NX5.0.0

License requirements: None.


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