Class MultiDraft
Inheritance
System.Object
System.MarshalByRefObject
MultiDraft
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public class MultiDraft : SimpleDraft, IMessageSink, IComponentBuilder
Constructors
MultiDraft()
Declaration
protected MultiDraft()
Properties
BackDraftAngle
Declaration
public Expression BackDraftAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
DraftOption
Declaration
public SimpleDraft.SimpleDraftType DraftOption { get; set; }
Property Value
Type | Description |
---|---|
SimpleDraft.SimpleDraftType |
FrontDraftAngle
Declaration
public Expression FrontDraftAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
GetAngleOption()
Declaration
public MultiDraft.AngleOption GetAngleOption()
Returns
Type | Description |
---|---|
MultiDraft.AngleOption |
GetDrafts(Section)
Declaration
public EmbossTaper[] GetDrafts(Section section)
Parameters
Type | Name | Description |
---|---|---|
Section | section |
Returns
Type | Description |
---|---|
EmbossTaper[] |
SetAngleOption(MultiDraft.AngleOption)
Declaration
public void SetAngleOption(MultiDraft.AngleOption type)
Parameters
Type | Name | Description |
---|---|---|
MultiDraft.AngleOption | type |
Implements
System.Runtime.Remoting.Messaging.IMessageSink