Search Results for

    Show / Hide Table of Contents

    Class MultiDraft

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SimpleDraft
    MultiDraft
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    SimpleDraft.SetDraftAngle(String)
    SimpleDraft.Validate()
    SimpleDraft.DraftAngle
    SimpleDraft.DraftType
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX