Class MorphMeshCageBuilder
Inheritance
MorphMeshCageBuilder
Assembly: NXOpen.dll
Syntax
public class MorphMeshCageBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MorphMeshCageBuilder()
Declaration
protected MorphMeshCageBuilder()
Properties
CylinderCircularSegments
Declaration
public int CylinderCircularSegments { get; set; }
Property Value
CylinderLinearSegments
Declaration
public int CylinderLinearSegments { get; set; }
Property Value
Height
Declaration
public Expression Height { get; }
Property Value
HeightZ
Declaration
public Expression HeightZ { get; }
Property Value
InnerSize
Declaration
public Expression InnerSize { get; }
Property Value
LengthX
Declaration
public Expression LengthX { get; }
Property Value
MeshBodies
Declaration
public SelectNXObjectList MeshBodies { get; }
Property Value
Origin
Declaration
public Point Origin { get; set; }
Property Value
OuterSize
Declaration
public Expression OuterSize { get; }
Property Value
PathObject
Declaration
public SelectCageObjectData PathObject { get; }
Property Value
Size
Declaration
public Expression Size { get; }
Property Value
TorusCircularSegments
Declaration
public int TorusCircularSegments { get; set; }
Property Value
TorusRadialSegments
Declaration
public int TorusRadialSegments { get; set; }
Property Value
Declaration
public TransformerData Transformer { get; }
Property Value
TubeSegments
Declaration
public int TubeSegments { get; set; }
Property Value
TubeSize
Declaration
public Expression TubeSize { get; }
Property Value
Type
Declaration
public MorphMeshCageBuilder.Types Type { get; set; }
Property Value
WidthY
Declaration
public Expression WidthY { get; }
Property Value
XSegments
Declaration
public int XSegments { get; set; }
Property Value
YSegments
Declaration
public int YSegments { get; set; }
Property Value
ZSegments
Declaration
public int ZSegments { get; set; }
Property Value
Methods
UpdateMesh()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink