Search Results for

    Show / Hide Table of Contents

    Interface ILineDiscretization

    Inherited Members
    INXObject.FindObject(String)
    INXObject.Print()
    INXObject.SetName(String)
    INXObject.IsOccurrence
    INXObject.JournalIdentifier
    INXObject.Name
    INXObject.OwningComponent
    INXObject.OwningPart
    INXObject.Prototype
    Namespace: NXOpen.CAE.Connections
    Assembly: NXOpen.dll
    Syntax
    public interface ILineDiscretization : INXObject

    Properties

    DiscretizationMethod

    Declaration
    DiscretizationMethod DiscretizationMethod { get; set; }
    Property Value
    Type Description
    DiscretizationMethod

    DistanceFromStart

    Declaration
    Expression DistanceFromStart { get; }
    Property Value
    Type Description
    Expression

    DistanceToEnd

    Declaration
    Expression DistanceToEnd { get; }
    Property Value
    Type Description
    Expression

    LengthStep

    Declaration
    Expression LengthStep { get; }
    Property Value
    Type Description
    Expression

    MaxLengthStep

    Declaration
    Expression MaxLengthStep { get; }
    Property Value
    Type Description
    Expression

    NumberOfDiscretizationPoints

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

    UseMaxLengthStep

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

    UseOriginalNodesOfConnection

    Declaration
    bool UseOriginalNodesOfConnection { get; set; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX