Class PlaneSearchTermBuilder
Inheritance
PlaneSearchTermBuilder
Assembly: NXOpen.dll
Syntax
public class PlaneSearchTermBuilder : SearchTermBuilder, IMessageSink, IComponentBuilder
Constructors
PlaneSearchTermBuilder()
Declaration
protected PlaneSearchTermBuilder()
Properties
Displacement
Declaration
public double Displacement { get; set; }
Property Value
Normal
Declaration
public Vector3d Normal { get; set; }
Property Value
PlaneOverlapLogic
Declaration
public PlaneSearchTerm.PlaneOverlapLogicType PlaneOverlapLogic { get; set; }
Property Value
PointOnPlane
Declaration
public Point3d PointOnPlane { get; set; }
Property Value
SearchTermLogic
Declaration
public SearchTerm.SearchTermLogicType SearchTermLogic { get; set; }
Property Value
TrueShapeRefinement
Declaration
public bool TrueShapeRefinement { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink