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