Search Results for

    Show / Hide Table of Contents

    Class BushingBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MotionBuilder
    EntityPropTableBuilder
    BushingBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    EntityPropTableBuilder.GetEntitySubtypeName()
    EntityPropTableBuilder.SetEntitySubtypeName(string)
    EntityPropTableBuilder.GetPropertyOverrideState(string)
    EntityPropTableBuilder.SetPropertyOverrideState(string, ParamOverrideState)
    EntityPropTableBuilder.SetPropertyWithoutValue(string)
    EntityPropTableBuilder.GetBooleanPropertyValue(string)
    EntityPropTableBuilder.SetBooleanPropertyValue(string, bool)
    EntityPropTableBuilder.GetIntegerPropertyValue(string)
    EntityPropTableBuilder.SetIntegerPropertyValue(string, int)
    EntityPropTableBuilder.GetStringPropertyValue(string)
    EntityPropTableBuilder.SetStringPropertyValue(string, string)
    EntityPropTableBuilder.GetMultiTextPropertyValue(string)
    EntityPropTableBuilder.SetMultiTextPropertyValue(string, string)
    EntityPropTableBuilder.GetRGBColorPropertyValue(string, out double[])
    EntityPropTableBuilder.SetRGBColorPropertyValue(string, double[])
    EntityPropTableBuilder.GetRGBColorPropertyValue255(string, out int[])
    EntityPropTableBuilder.SetRGBColorPropertyValue255(string, int[])
    EntityPropTableBuilder.GetScalarExpressionPropertyValue(string, out double, out Unit)
    EntityPropTableBuilder.SetScalarExpressionPropertyValue(string, double, Unit)
    EntityPropTableBuilder.SetScalarExpressionPropertyValue(string, string, Unit)
    EntityPropTableBuilder.GetReferencePropertyValue(string)
    EntityPropTableBuilder.SetReferencePropertyValue(string, NXObject)
    EntityPropTableBuilder.GetMultipleReferencePropertyValue(string)
    EntityPropTableBuilder.SetMultipleReferencePropertyValue(string, NXObject[])
    EntityPropTableBuilder.GetPointPropertyValue(string)
    EntityPropTableBuilder.SetPointPropertyValue(string, Point)
    EntityPropTableBuilder.GetDirectionPropertyValue(string)
    EntityPropTableBuilder.SetDirectionPropertyValue(string, Direction)
    EntityPropTableBuilder.GetCsysPropertyValue(string)
    EntityPropTableBuilder.SetCsysPropertyValue(string, CoordinateSystem)
    EntityPropTableBuilder.GetFileReferenceValue(string)
    EntityPropTableBuilder.SetFileReferenceValue(string, string)
    EntityPropTableBuilder.GetMaterialPropertyValue(string, out bool)
    EntityPropTableBuilder.SetMaterialPropertyValue(string, bool, PhysicalMaterial)
    EntityPropTableBuilder.GetMultiColumnSelectionListPropertyValue(string, out string[])
    EntityPropTableBuilder.SetMultiColumnSelectionListPropertyValue(string, string[])
    EntityPropTableBuilder.GetBooleanPropertyNames(out string[])
    EntityPropTableBuilder.GetIntegerPropertyNames(out string[])
    EntityPropTableBuilder.GetScalarExpressionPropertyNames(out string[])
    EntityPropTableBuilder.GetStringPropertyNames(out string[])
    EntityPropTableBuilder.GetMultiTextPropertyNames(out string[])
    EntityPropTableBuilder.GetRGBColorPropertyNames(out string[])
    EntityPropTableBuilder.GetReferencePropertyNames(out string[])
    EntityPropTableBuilder.GetMultipleReferencePropertyNames(out string[])
    EntityPropTableBuilder.GetFileReferencePropertyNames(out string[])
    EntityPropTableBuilder.GetMaterialPropertyNames(out string[])
    EntityPropTableBuilder.GetPointPropertyNames(out string[])
    EntityPropTableBuilder.GetDirectionPropertyNames(out string[])
    EntityPropTableBuilder.GetCsysPropertyNames(out string[])
    EntityPropTableBuilder.GetMultiColumnSelectionListPropertyNames(out string[])
    EntityPropTableBuilder.EntityName
    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, 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.Motion
    Assembly: NXOpen.dll
    Syntax
    public class BushingBuilder : EntityPropTableBuilder, IMessageSink, IComponentBuilder

    Constructors

    BushingBuilder()

    Declaration
    protected BushingBuilder()

    Properties

    BushingActuatorCoefficients

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty) instead")]
    public BushingActuatorCoefficients BushingActuatorCoefficients { get; }
    Property Value
    Type Description
    BushingActuatorCoefficients

    BushingDampingCoefficients

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty) instead")]
    public BushingDampingCoefficients BushingDampingCoefficients { get; }
    Property Value
    Type Description
    BushingDampingCoefficients

    BushingDefine

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use direct access to former content of BushingDefine instead")]
    public BushingDefine BushingDefine { get; }
    Property Value
    Type Description
    BushingDefine

    BushingStiffnessCoefficients

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty) instead")]
    public BushingStiffnessCoefficients BushingStiffnessCoefficients { get; }
    Property Value
    Type Description
    BushingStiffnessCoefficients

    BushingType

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty).GetEntitySubtypeName instead")]
    public BushingBuilder.BushingTypes BushingType { get; set; }
    Property Value
    Type Description
    BushingBuilder.BushingTypes

    Implements

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