Search Results for

    Show / Hide Table of Contents

    Class ImportSelectedMotorsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ImportSelectedMotorsBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class ImportSelectedMotorsBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ImportSelectedMotorsBuilder()

    Declaration
    protected ImportSelectedMotorsBuilder()

    Properties

    InputFile

    Declaration
    public string InputFile { get; set; }
    Property Value
    Type Description
    string

    PositionMethod

    Declaration
    public ImportSelectedMotorsBuilder.MCDPositionMode PositionMethod { get; set; }
    Property Value
    Type Description
    ImportSelectedMotorsBuilder.MCDPositionMode

    Methods

    CreateMcdLogical(string)

    Declaration
    public LogicObject CreateMcdLogical(string referenceDesignator)
    Parameters
    Type Name Description
    string referenceDesignator
    Returns
    Type Description
    LogicObject

    EditMcdLogical(LogicObject, Component[], ParameterData[])

    Declaration
    public void EditMcdLogical(LogicObject logicalNode, Component[] newPartOccs, LogicObjectBuilder.ParameterData[] parameterData)
    Parameters
    Type Name Description
    LogicObject logicalNode
    Component[] newPartOccs
    ParameterData[] parameterData

    GenerateMotorModel(string)

    Declaration
    public BasePart GenerateMotorModel(string motorType)
    Parameters
    Type Name Description
    string motorType
    Returns
    Type Description
    BasePart

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX