Class MeshPointProjectBuilder
Inheritance
MeshPointProjectBuilder
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
Point
Declaration
public Point Point { get; set; }
Property Value
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
PointsList
Declaration
public SelectTaggedObjectList PointsList { get; }
Property Value
ProjectSearchDistanceOption
Declaration
public bool ProjectSearchDistanceOption { get; set; }
Property Value
ProjectToNearestGeometry
Declaration
public bool ProjectToNearestGeometry { get; set; }
Property Value
ProjectionOption
Declaration
public MeshPointProjectBuilder.ProjectionMethod ProjectionOption { get; set; }
Property Value
ProjectionTolerance
Declaration
public double ProjectionTolerance { get; set; }
Property Value
SearchDistance
Declaration
public Expression SearchDistance { get; }
Property Value
Target
Declaration
public SelectDisplayableObjectList Target { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink