Search Results for

    Show / Hide Table of Contents

    Class RodThicknessBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    RodThicknessBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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.Features
    Assembly: NXOpen.dll
    Syntax
    public class RodThicknessBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    RodThicknessBuilder()

    Declaration
    protected RodThicknessBuilder()

    Properties

    BallDiameter

    Declaration
    [Obsolete("Deprecated in NX1953.0.0.  This is for pre NX1953 usage, do not use this method.  Instead use NXOpen.Features.RodThicknessBuilder.BallDiameterField.")]
    public Expression BallDiameter { get; }
    Property Value
    Type Description
    Expression

    BallDiameterField

    Declaration
    public ScalarFieldWrapper BallDiameterField { get; }
    Property Value
    Type Description
    ScalarFieldWrapper

    BallsOption

    Declaration
    public RodThicknessBuilder.BallsOptions BallsOption { get; set; }
    Property Value
    Type Description
    RodThicknessBuilder.BallsOptions

    BlendFactor

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

    BulkFaces

    Declaration
    public ScCollector BulkFaces { get; }
    Property Value
    Type Description
    ScCollector

    FactorToRodDiameter

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

    IncreaseBallThickness

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

    IncreaseRodThickness

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

    LatticeBodies

    Declaration
    public ScCollector LatticeBodies { get; }
    Property Value
    Type Description
    ScCollector

    MaxDistanceFromBulk

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

    MaxFactorForBallThickness

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

    MaxFactorForRodThickness

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

    ModifyBalls

    Declaration
    [Obsolete("Deprecated in NX1957.0.0.  This is for pre NX1957 usage and do not use this property. Use NXOpen.Features.RodThicknessBuilder.BallsOption instead.")]
    public bool ModifyBalls { get; set; }
    Property Value
    Type Description
    System.Boolean

    ModifyOption

    Declaration
    [Obsolete("Deprecated in NX1957.0.0.  This is for pre NX1953 usage and do not use this property. Use NXOpen.Features.RodThicknessBuilder.BallsOption instead.")]
    public RodThicknessBuilder.ModifyOptions ModifyOption { get; set; }
    Property Value
    Type Description
    RodThicknessBuilder.ModifyOptions

    ModifyRods

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

    RodDiameter

    Declaration
    public ScalarFieldWrapper RodDiameter { get; }
    Property Value
    Type Description
    ScalarFieldWrapper

    TessellationFactor

    Declaration
    public double TessellationFactor { get; set; }
    Property Value
    Type Description
    System.Double

    Implements

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