Search Results for

    Show / Hide Table of Contents

    Interface IMassTarget

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

    Properties

    Center

    Declaration
    TaggedObject Center { get; set; }
    Property Value
    Type Description
    TaggedObject

    LocalSpiderCenterType

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

    MassCenterType

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

    MassDistributionType

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

    UseCenterOfSlaveNodes

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use IMassTarget.MassCenterType instead.")]
    bool UseCenterOfSlaveNodes { get; set; }
    Property Value
    Type Description
    bool

    Methods

    AddSupportEntities(TaggedObject[])

    Declaration
    void AddSupportEntities(TaggedObject[] entities)
    Parameters
    Type Name Description
    TaggedObject[] entities

    GetSupportEntities()

    Declaration
    TaggedObject[] GetSupportEntities()
    Returns
    Type Description
    TaggedObject[]

    RemoveSupportEntities(TaggedObject[])

    Declaration
    void RemoveSupportEntities(TaggedObject[] entities)
    Parameters
    Type Name Description
    TaggedObject[] entities

    SetSupportEntities(TaggedObject[])

    Declaration
    void SetSupportEntities(TaggedObject[] entities)
    Parameters
    Type Name Description
    TaggedObject[] entities
    In this article
    Back to top Generated by DocFX