Class UnfoldingSimulationBuilder
Inheritance
System.Object
System.MarshalByRefObject
UnfoldingSimulationBuilder
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.Tooling
Assembly: NXOpen.dll
Syntax
public class UnfoldingSimulationBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
UnfoldingSimulationBuilder()
Declaration
protected UnfoldingSimulationBuilder()
Properties
BendFaces
Declaration
public SelectFaceList BendFaces { get; }
Property Value
Type | Description |
---|---|
SelectFaceList |
CheckedBody
Declaration
public ScCollector CheckedBody { get; }
Property Value
Type | Description |
---|---|
ScCollector |
ReferenceFaceEdge
Declaration
public ScCollector ReferenceFaceEdge { get; }
Property Value
Type | Description |
---|---|
ScCollector |
Speed
Declaration
public int Speed { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
State
Declaration
public int State { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Pause()
Declaration
public void Pause()
Play()
Declaration
public void Play()
StepBackward()
Declaration
public void StepBackward()
StepForward()
Declaration
public void StepForward()
Implements
System.Runtime.Remoting.Messaging.IMessageSink