Search Results for

    Show / Hide Table of Contents

    Class TBSSmoothBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    TBSSmoothBuilder
    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.CAE.Optimization
    Assembly: NXOpen.dll
    Syntax
    public class TBSSmoothBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    TBSSmoothBuilder()

    Declaration
    protected TBSSmoothBuilder()

    Properties

    Border

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

    ComponentLimitingSize

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

    IsoTypeOption

    Declaration
    public TBSSmoothBuilder.IsoType IsoTypeOption { get; set; }
    Property Value
    Type Description
    TBSSmoothBuilder.IsoType

    IsoValue

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

    MinimumAngle

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

    MixedMesh

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

    NameDescription

    Declaration
    public NameDescription NameDescription { get; }
    Property Value
    Type Description
    NameDescription

    OriginalSurfaceSmooth

    Declaration
    public TBSSmoothBuilder.OriginalSurfaceSmoothingOption OriginalSurfaceSmooth { get; set; }
    Property Value
    Type Description
    TBSSmoothBuilder.OriginalSurfaceSmoothingOption

    ReductionAngle

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

    ReductionRate

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

    ResultFilteringOption

    Declaration
    public TBSSmoothBuilder.ResultFiltering ResultFilteringOption { get; set; }
    Property Value
    Type Description
    TBSSmoothBuilder.ResultFiltering

    SelfIntersectionChecking

    Declaration
    public TBSSmoothBuilder.SelfIntersectionCheckingOption SelfIntersectionChecking { get; set; }
    Property Value
    Type Description
    TBSSmoothBuilder.SelfIntersectionCheckingOption

    SliceFormat

    Declaration
    public TBSSmoothBuilder.SliceFormatOption SliceFormat { get; set; }
    Property Value
    Type Description
    TBSSmoothBuilder.SliceFormatOption

    SliceNormalVector

    Declaration
    public Direction SliceNormalVector { get; set; }
    Property Value
    Type Description
    Direction

    SliceNumber

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

    SmoothArea

    Declaration
    public TBSGroupDefinition SmoothArea { get; }
    Property Value
    Type Description
    TBSGroupDefinition

    SmoothCycles

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

    TargetVolume

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

    UseAdditionalParameters

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

    Methods

    GetFormatOption()

    Declaration
    public TBSSmoothBuilder.Format[] GetFormatOption()
    Returns
    Type Description
    TBSSmoothBuilder.Format[]

    SetFormatOption(TBSSmoothBuilder.Format[])

    Declaration
    public void SetFormatOption(TBSSmoothBuilder.Format[] formatOption)
    Parameters
    Type Name Description
    TBSSmoothBuilder.Format[] formatOption

    Implements

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