Class MorphMeshTwistBendData
Inheritance
System.Object
System.MarshalByRefObject
MorphMeshTwistBendData
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Features
Assembly: NXOpen.dll
Syntax
public class MorphMeshTwistBendData : Builder, IMessageSink, IComponentBuilder
Constructors
MorphMeshTwistBendData()
Declaration
protected MorphMeshTwistBendData()
Properties
BendAngle
Declaration
public Expression BendAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
BendRadius
Declaration
public Expression BendRadius { get; }
Property Value
Type | Description |
---|---|
Expression |
CircularSegments
Declaration
public int CircularSegments { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FalloffPercentage
Declaration
public int FalloffPercentage { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Height
Declaration
public Expression Height { get; }
Property Value
Type | Description |
---|---|
Expression |
LinearSegments
Declaration
public int LinearSegments { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MeshBodies
Declaration
public SelectNXObjectList MeshBodies { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
PivotPointLocation
Declaration
public Expression PivotPointLocation { get; }
Property Value
Type | Description |
---|---|
Expression |
Size
Declaration
public Expression Size { get; }
Property Value
Type | Description |
---|---|
Expression |
Transformer
Declaration
public TransformerData Transformer { get; }
Property Value
Type | Description |
---|---|
TransformerData |
TwistAngle
Declaration
public Expression TwistAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
Type
Declaration
public MorphMeshTwistBendData.Types Type { get; set; }
Property Value
Type | Description |
---|---|
MorphMeshTwistBendData.Types |
Methods
Enable()
Declaration
public void Enable()
ResetToCage()
Declaration
public void ResetToCage()
UpdateCageAndBody()
Declaration
public void UpdateCageAndBody()
Implements
System.Runtime.Remoting.Messaging.IMessageSink