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

    MassDistributionType

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

    UseCenterOfSlaveNodes

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

    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