Class PointFacePlaneSelectionBuilder
Inheritance
PointFacePlaneSelectionBuilder
Assembly: NXOpen.dll
Syntax
public class PointFacePlaneSelectionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PointFacePlaneSelectionBuilder()
Declaration
protected PointFacePlaneSelectionBuilder()
Properties
IsOk
Declaration
public bool IsOk { get; set; }
Property Value
LengthLimitPoint
Declaration
public LengthLimitPointBuilder LengthLimitPoint { get; }
Property Value
LimitTopolSwitchFinFlag
Declaration
public bool LimitTopolSwitchFinFlag { get; set; }
Property Value
PlaneHelpPoint
Declaration
public Point PlaneHelpPoint { get; set; }
Property Value
SelectEdge
Declaration
public ScCollector SelectEdge { get; }
Property Value
SelectFace
Declaration
public FaceSetData SelectFace { get; }
Property Value
SelectPlane
Declaration
public Plane SelectPlane { get; set; }
Property Value
TrimObject
Declaration
public PointFacePlaneSelectionBuilder.TrimObjectType TrimObject { get; set; }
Property Value
UseFaceCapBlend
Declaration
public bool UseFaceCapBlend { get; set; }
Property Value
UsePlaneCapBlend
Declaration
public bool UsePlaneCapBlend { get; set; }
Property Value
Methods
CreateLengthLimitPointBuilder(Expression, OnPathDimensionBuilder, bool, Point)
Declaration
public LengthLimitPointBuilder CreateLengthLimitPointBuilder(Expression mOnPathExp, OnPathDimensionBuilder mOnPath, bool mIsFlipped, Point mThruPoint)
Parameters
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink