Search Results for

    Show / Hide Table of Contents

    Struct SegmentManager.SubdivideOption

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public struct SubdivideOption

    Fields

    ChordalTolerance

    Declaration
    public double ChordalTolerance
    Field Value
    Type Description
    System.Double

    Dcm3AddFixConstraint

    Declaration
    public bool Dcm3AddFixConstraint
    Field Value
    Type Description
    System.Boolean

    Dcm3AddPoints

    Declaration
    public bool Dcm3AddPoints
    Field Value
    Type Description
    System.Boolean

    Dcm3CreateTangency

    Declaration
    public bool Dcm3CreateTangency
    Field Value
    Type Description
    System.Boolean

    Direction

    Declaration
    public int Direction
    Field Value
    Type Description
    System.Int32

    EndPercent

    Declaration
    public double EndPercent
    Field Value
    Type Description
    System.Double

    GeometricRatio

    Declaration
    public double GeometricRatio
    Field Value
    Type Description
    System.Double

    IncrementalArcLength

    Declaration
    public double IncrementalArcLength
    Field Value
    Type Description
    System.Double

    NumberOfSegments

    Declaration
    public int NumberOfSegments
    Field Value
    Type Description
    System.Int32

    ScreenPointPercentage

    Declaration
    public double ScreenPointPercentage
    Field Value
    Type Description
    System.Double

    SpacingOption

    Declaration
    public SegmentManager.SubdivideSpacing SpacingOption
    Field Value
    Type Description
    SegmentManager.SubdivideSpacing

    StartPercent

    Declaration
    public double StartPercent
    Field Value
    Type Description
    System.Double

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX