Class ClockPartBuilder
Inheritance
ClockPartBuilder
Assembly: NXOpen.dll
Syntax
public class ClockPartBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ClockPartBuilder()
Declaration
protected ClockPartBuilder()
Properties
PortSelection
Declaration
public SelectNXObject PortSelection { get; }
Property Value
RotationAngle
Declaration
public Expression RotationAngle { get; }
Property Value
Methods
Declaration
public void DragByTransform(Vector3d translation, Matrix3x3 rotation)
Parameters
InitializeFromPort(Port)
Declaration
public void InitializeFromPort(Port port)
Parameters
Type |
Name |
Description |
Port |
port |
|
SetLockEngagement(bool)
Declaration
public void SetLockEngagement(bool lockEngagement)
Parameters
Type |
Name |
Description |
bool |
lockEngagement |
|
SetLockRotation(bool)
Declaration
public void SetLockRotation(bool lockRotation)
Parameters
Type |
Name |
Description |
bool |
lockRotation |
|
StartDrag()
Declaration
StopDrag()
Declaration
SuppressPortConstraint(Port, bool)
Declaration
public void SuppressPortConstraint(Port portTag, bool suppress)
Parameters
Type |
Name |
Description |
Port |
portTag |
|
bool |
suppress |
|
UpdateRotationAngle(double)
Declaration
public void UpdateRotationAngle(double angle)
Parameters
Type |
Name |
Description |
double |
angle |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink