Search Results for

    Show / Hide Table of Contents

    Interface INodalTargetCenterOption

    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 INodalTargetCenterOption : INXObject

    Properties

    CenterType

    Declaration
    NodalTargetCenterType CenterType { get; set; }
    Property Value
    Type Description
    NodalTargetCenterType

    UseLegsCog

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use INodalTargetCenterOption.CenterType instead.")]
    bool UseLegsCog { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    IsCoincidentCenterTypeAllowed()

    Declaration
    bool IsCoincidentCenterTypeAllowed()
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX