Search Results for

    Show / Hide Table of Contents

    Class ReduceSurfaceRadiusBuilder

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

    Constructors

    ReduceSurfaceRadiusBuilder()

    Declaration
    protected ReduceSurfaceRadiusBuilder()

    Properties

    Direction

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

    FaceGroupList

    Declaration
    public ReduceSurfaceRadiusFaceGroupBuilderList FaceGroupList { get; }
    Property Value
    Type Description
    ReduceSurfaceRadiusFaceGroupBuilderList

    HighRadius

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

    IndexListItem

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

    LowRadius

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

    OnPathDimEnd

    Declaration
    public OnPathDimensionBuilder OnPathDimEnd { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    OnPathDimStart

    Declaration
    public OnPathDimensionBuilder OnPathDimStart { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    PercentReduction

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

    PositionTolerance

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

    ReducedFaceType

    Declaration
    public ReduceSurfaceRadiusBuilder.ReducedFaceTypeSpecification ReducedFaceType { get; set; }
    Property Value
    Type Description
    ReduceSurfaceRadiusBuilder.ReducedFaceTypeSpecification

    ReduceValueType

    Declaration
    public ReduceSurfaceRadiusBuilder.ReduceValueTypeSpecification ReduceValueType { get; set; }
    Property Value
    Type Description
    ReduceSurfaceRadiusBuilder.ReduceValueTypeSpecification

    SelectChain

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

    SelectFace

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

    TangentTolerance

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

    TargetReduction

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

    ValueReduction

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

    Implements

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