Class MultiDraft
Assembly: NXOpen.dll
Syntax
public class MultiDraft : SimpleDraft, IMessageSink, IComponentBuilder
Constructors
MultiDraft()
Declaration
Properties
BackDraftAngle
Declaration
public Expression BackDraftAngle { get; }
Property Value
DraftOption
Declaration
public SimpleDraft.SimpleDraftType DraftOption { get; set; }
Property Value
FrontDraftAngle
Declaration
public Expression FrontDraftAngle { get; }
Property Value
Methods
GetAngleOption()
Declaration
public MultiDraft.AngleOption GetAngleOption()
Returns
GetDrafts(Section)
Declaration
public EmbossTaper[] GetDrafts(Section section)
Parameters
Type |
Name |
Description |
Section |
section |
|
Returns
SetAngleOption(AngleOption)
Declaration
public void SetAngleOption(MultiDraft.AngleOption type)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink