Class PointFacePlaneSelectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
PointFacePlaneSelectionBuilder
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.GeometricUtilities
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
Type | Description |
---|---|
System.Boolean |
LengthLimitPoint
Declaration
public LengthLimitPointBuilder LengthLimitPoint { get; }
Property Value
Type | Description |
---|---|
LengthLimitPointBuilder |
LimitTopolSwitchFinFlag
Declaration
public bool LimitTopolSwitchFinFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PlaneHelpPoint
Declaration
public Point PlaneHelpPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
SelectEdge
Declaration
public ScCollector SelectEdge { get; }
Property Value
Type | Description |
---|---|
ScCollector |
SelectFace
Declaration
public FaceSetData SelectFace { get; }
Property Value
Type | Description |
---|---|
FaceSetData |
SelectPlane
Declaration
public Plane SelectPlane { get; set; }
Property Value
Type | Description |
---|---|
Plane |
TrimObject
Declaration
public PointFacePlaneSelectionBuilder.TrimObjectType TrimObject { get; set; }
Property Value
Type | Description |
---|---|
PointFacePlaneSelectionBuilder.TrimObjectType |
UseFaceCapBlend
Declaration
public bool UseFaceCapBlend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UsePlaneCapBlend
Declaration
public bool UsePlaneCapBlend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
CreateLengthLimitPointBuilder(Expression, OnPathDimensionBuilder, Boolean, Point)
Declaration
public LengthLimitPointBuilder CreateLengthLimitPointBuilder(Expression mOnPathExp, OnPathDimensionBuilder mOnPath, bool mIsFlipped, Point mThruPoint)
Parameters
Type | Name | Description |
---|---|---|
Expression | mOnPathExp | |
OnPathDimensionBuilder | mOnPath | |
System.Boolean | mIsFlipped | |
Point | mThruPoint |
Returns
Type | Description |
---|---|
LengthLimitPointBuilder |
Implements
System.Runtime.Remoting.Messaging.IMessageSink