Search Results for

    Show / Hide Table of Contents

    Class DeformedBodyBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DeformedBodyBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class DeformedBodyBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DeformedBodyBuilder()

    Declaration
    protected DeformedBodyBuilder()

    Properties

    PropertyTable

    Declaration
    public PropertyTable PropertyTable { get; }
    Property Value
    Type Description
    PropertyTable

    Methods

    AddBody(IBody, string, string, Matrix4x4, double, double, double, bool, double)

    Declaration
    public void AddBody(IBody body, string name, string bodySetName, Matrix4x4 xformOutputStl, double maxDeviationToGeometry, double maxAngleBetweenPoints, double maxFacetEdgeLength, bool enableFieldBasedRefinement, double minFacetEdgeLengthFromField)
    Parameters
    Type Name Description
    IBody body
    string name
    string bodySetName
    Matrix4x4 xformOutputStl
    double maxDeviationToGeometry
    double maxAngleBetweenPoints
    double maxFacetEdgeLength
    bool enableFieldBasedRefinement
    double minFacetEdgeLengthFromField

    AddDeformationFieldMesh(Mesh)

    Declaration
    public void AddDeformationFieldMesh(Mesh mesh)
    Parameters
    Type Name Description
    Mesh mesh

    AddDeformationFieldNodalDisplacements(string, FENode[], Vector3d[], int[])

    Declaration
    public void AddDeformationFieldNodalDisplacements(string fieldName, FENode[] nodes, Vector3d[] displacements, int[] ignoredBodyIndices)
    Parameters
    Type Name Description
    string fieldName
    FENode[] nodes
    Vector3d[] displacements
    int[] ignoredBodyIndices

    AddFacetedBody(FacetedBody, bool, string, string, Matrix4x4, double, bool, double, double)

    Declaration
    public void AddFacetedBody(FacetedBody facetedBody, bool isSolid, string name, string bodySetName, Matrix4x4 xformOutputStl, double maxFacetEdgeLength, bool enableFieldBasedRefinement, double maxDeviationToDeformed, double minFacetEdgeLengthFromField)
    Parameters
    Type Name Description
    FacetedBody facetedBody
    bool isSolid
    string name
    string bodySetName
    Matrix4x4 xformOutputStl
    double maxFacetEdgeLength
    bool enableFieldBasedRefinement
    double maxDeviationToDeformed
    double minFacetEdgeLengthFromField

    WriteScd5File(string)

    Declaration
    public void WriteScd5File(string filePath)
    Parameters
    Type Name Description
    string filePath

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX