Search Results for

    Show / Hide Table of Contents

    Class DiscreteDrivetrainReportBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MotionBuilder
    DiscreteDrivetrainReportBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    MotionBuilder.DisplayScale
    MotionBuilder.GroupName
    MotionBuilder.GroupType
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.Motion
    Assembly: NXOpen.dll
    Syntax
    public class DiscreteDrivetrainReportBuilder : MotionBuilder, IMessageSink, IComponentBuilder

    Constructors

    DiscreteDrivetrainReportBuilder()

    Declaration
    protected DiscreteDrivetrainReportBuilder()

    Properties

    AnalyticalContacts

    Declaration
    public SelectNXObjectList AnalyticalContacts { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Attachment

    Declaration
    public LinkAttachmentData Attachment { get; }
    Property Value
    Type Description
    LinkAttachmentData

    BeamForces

    Declaration
    public SelectNXObjectList BeamForces { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Bushings

    Declaration
    public SelectNXObjectList Bushings { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Depth

    Declaration
    public Expression Depth { get; }
    Property Value
    Type Description
    Expression

    ElementType

    Declaration
    public DiscreteDrivetrainReportBuilder.ElementTypeOption ElementType { get; set; }
    Property Value
    Type Description
    DiscreteDrivetrainReportBuilder.ElementTypeOption

    EndAngle

    Declaration
    public Expression EndAngle { get; }
    Property Value
    Type Description
    Expression

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    NumberOfBins

    Declaration
    public int NumberOfBins { get; set; }
    Property Value
    Type Description
    System.Int32

    Radius

    Declaration
    public Expression Radius { get; }
    Property Value
    Type Description
    Expression

    ReportType

    Declaration
    public DiscreteDrivetrainReportBuilder.ReportTypeOption ReportType { get; set; }
    Property Value
    Type Description
    DiscreteDrivetrainReportBuilder.ReportTypeOption

    Shape

    Declaration
    public DiscreteDrivetrainReportBuilder.ShapeType Shape { get; set; }
    Property Value
    Type Description
    DiscreteDrivetrainReportBuilder.ShapeType

    ShowVisualization

    Declaration
    public bool ShowVisualization { get; set; }
    Property Value
    Type Description
    System.Boolean

    SpringDampers

    Declaration
    public SelectNXObjectList SpringDampers { get; }
    Property Value
    Type Description
    SelectNXObjectList

    StartAngle

    Declaration
    public Expression StartAngle { get; }
    Property Value
    Type Description
    Expression

    XLength

    Declaration
    public Expression XLength { get; }
    Property Value
    Type Description
    Expression

    YLength

    Declaration
    public Expression YLength { get; }
    Property Value
    Type Description
    Expression

    ZLength

    Declaration
    public Expression ZLength { get; }
    Property Value
    Type Description
    Expression

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX