Class TransportSurfaceBuilder
Inheritance
System.Object
System.MarshalByRefObject
TransportSurfaceBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class TransportSurfaceBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
TransportSurfaceBuilder()
Declaration
protected TransportSurfaceBuilder()
Properties
AxisVector
Declaration
public Direction AxisVector { get; set; }
Property Value
CenterPoint
Declaration
public Point CenterPoint { get; set; }
Property Value
Faces
Declaration
public SelectFaceList Faces { get; }
Property Value
Material
Declaration
public CollisionMaterial Material { get; set; }
Property Value
Declaration
public Expression MedianRadius { get; }
Property Value
Declaration
public Expression MedianStartPosition { get; }
Property Value
Declaration
public Expression MedianVelocity { get; }
Property Value
MotionType
Declaration
public TransportSurfaceBuilder.MoveType MotionType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ParallelInitialPosition
Declaration
public Expression ParallelInitialPosition { get; }
Property Value
ParallelVelocity
Declaration
public Expression ParallelVelocity { get; }
Property Value
PerpendicularInitialPosition
Declaration
public Expression PerpendicularInitialPosition { get; }
Property Value
PerpendicularVelocity
Declaration
public Expression PerpendicularVelocity { get; }
Property Value
VelocityVector
Declaration
public Direction VelocityVector { get; set; }
Property Value
Methods
SetFaces(NXObject[])
Declaration
public void SetFaces(NXObject[] faces)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink