Class SelectionAndPlacementBuilder
Inheritance
System.Object
System.MarshalByRefObject
SelectionAndPlacementBuilder
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.Validate
Assembly: NXOpen.dll
Syntax
public class SelectionAndPlacementBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
SelectionAndPlacementBuilder()
Declaration
protected SelectionAndPlacementBuilder()
Properties
DrawOrientation
Declaration
public Matrix3x3 DrawOrientation { get; set; }
Property Value
Type | Description |
---|---|
Matrix3x3 |
DrawOrigin
Declaration
public Point3d DrawOrigin { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
Methods
GetTargets()
Declaration
public TaggedObject[] GetTargets()
Returns
Type | Description |
---|---|
TaggedObject[] |
SetTargets(TaggedObject[])
Declaration
public void SetTargets(TaggedObject[] targets)
Parameters
Type | Name | Description |
---|---|---|
TaggedObject[] | targets |
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink