Class BoundarySet
Inheritance
System.Object
System.MarshalByRefObject
BoundarySet
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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.CAM
Assembly: NXOpen.dll
Syntax
public class BoundarySet : TaggedObject, IMessageSink
Constructors
BoundarySet()
Declaration
protected BoundarySet()
Properties
BoundaryMemberList
Declaration
public BoundaryMemberSetList BoundaryMemberList { get; }
Property Value
Type | Description |
---|---|
BoundaryMemberSetList |
BoundaryType
Declaration
public BoundarySet.BoundaryTypes BoundaryType { get; set; }
Property Value
Type | Description |
---|---|
BoundarySet.BoundaryTypes |
CustomOffset
Declaration
public bool CustomOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Offset
Declaration
public double Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OffsetIntent
Declaration
public ParamValueIntent OffsetIntent { get; set; }
Property Value
Type | Description |
---|---|
ParamValueIntent |
Plane
Declaration
public Plane Plane { get; set; }
Property Value
Type | Description |
---|---|
Plane |
PlaneType
Declaration
public BoundarySet.PlaneTypes PlaneType { get; set; }
Property Value
Type | Description |
---|---|
BoundarySet.PlaneTypes |
PointList
Declaration
public SelectTaggedObjectList PointList { get; }
Property Value
Type | Description |
---|---|
SelectTaggedObjectList |
SelectObject
Declaration
public SelectTaggedObject SelectObject { get; }
Property Value
Type | Description |
---|---|
SelectTaggedObject |
ToolPosition
Declaration
public BoundarySet.ToolPositionTypes ToolPosition { get; set; }
Property Value
Type | Description |
---|---|
BoundarySet.ToolPositionTypes |
ToolSide
Declaration
public BoundarySet.ToolSideTypes ToolSide { get; set; }
Property Value
Type | Description |
---|---|
BoundarySet.ToolSideTypes |
Methods
AppendCurves(NXObject[], Point3d, Matrix3x3)
Declaration
public void AppendCurves(NXObject[] curves, Point3d pickPoint, Matrix3x3 matrix)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | curves | |
Point3d | pickPoint | |
Matrix3x3 | matrix |
CreateBoundaryMemberSet()
Declaration
public BoundaryMemberSet CreateBoundaryMemberSet()
Returns
Type | Description |
---|---|
BoundaryMemberSet |
RemoveCurves(NXObject[])
Declaration
public void RemoveCurves(NXObject[] curves)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | curves |
Implements
System.Runtime.Remoting.Messaging.IMessageSink