Class DeformedBodyBuilder
Inheritance
DeformedBodyBuilder
Assembly: NXOpen.dll
Syntax
public class DeformedBodyBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DeformedBodyBuilder()
Declaration
protected DeformedBodyBuilder()
Properties
PropertyTable
Declaration
public PropertyTable PropertyTable { get; }
Property Value
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
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
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
WriteScd5File(string)
Declaration
public void WriteScd5File(string filePath)
Parameters
Type |
Name |
Description |
string |
filePath |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink