Class MeshPointProjectBuilder
Inheritance
System.Object
System.MarshalByRefObject
MeshPointProjectBuilder
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.CAE
Assembly: NXOpen.dll
Syntax
public class MeshPointProjectBuilder : MeshPointBaseBuilder, IMessageSink, IComponentBuilder
Constructors
MeshPointProjectBuilder()
Declaration
protected MeshPointProjectBuilder()
Properties
Direction
Declaration
public Direction Direction { get; set; }
Property Value
Type | Description |
---|---|
Direction |
Point
Declaration
public Point Point { get; set; }
Property Value
Type | Description |
---|---|
Point |
Points
Declaration
[Obsolete("Deprecated in NX12.0.0. use NXOpen.CAE.MeshPointProjectBuilder.PointsList as the replacement for this property.")]
public SelectDisplayableObjectList Points { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
PointsList
Declaration
public SelectTaggedObjectList PointsList { get; }
Property Value
Type | Description |
---|---|
SelectTaggedObjectList |
ProjectionOption
Declaration
public MeshPointProjectBuilder.ProjectionMethod ProjectionOption { get; set; }
Property Value
Type | Description |
---|---|
MeshPointProjectBuilder.ProjectionMethod |
ProjectionTolerance
Declaration
public double ProjectionTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ProjectToNearestGeometry
Declaration
public bool ProjectToNearestGeometry { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Target
Declaration
public SelectDisplayableObjectList Target { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
Implements
System.Runtime.Remoting.Messaging.IMessageSink