Search Results for

    Show / Hide Table of Contents

    Class BulletBeltBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BulletBeltBuilder
    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 BulletBeltBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    BulletBeltBuilder()

    Declaration
    protected BulletBeltBuilder()

    Properties

    BeltBody

    Declaration
    public SelectNXObject BeltBody { get; }
    Property Value
    Type Description
    SelectNXObject

    GeometryType

    Declaration
    public BulletBeltBuilder.DerivationType GeometryType { get; set; }
    Property Value
    Type Description
    BulletBeltBuilder.DerivationType

    GuideCurve

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

    Material

    Declaration
    public BulletFlexibleMaterial Material { get; set; }
    Property Value
    Type Description
    BulletFlexibleMaterial

    Name

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

    SectionCurve

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

    Thickness

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

    Implements

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