Class SelectDividingObjectBuilder
Inheritance
System.Object
System.MarshalByRefObject
SelectDividingObjectBuilder
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 SelectDividingObjectBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
SelectDividingObjectBuilder()
Declaration
protected SelectDividingObjectBuilder()
Properties
ConstraintManager
Declaration
public GeometricConstraintDataManager ConstraintManager { get; }
Property Value
Type | Description |
---|---|
GeometricConstraintDataManager |
CurvesToOffset
Declaration
public Section CurvesToOffset { get; }
Property Value
Type | Description |
---|---|
Section |
DividingObjectsList
Declaration
public SelectDisplayableObjectList DividingObjectsList { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
EndPoint
Declaration
public Point EndPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
IsoparametricDirection
Declaration
public SelectDividingObjectBuilder.IsoparametricDirectionType IsoparametricDirection { get; set; }
Property Value
Type | Description |
---|---|
SelectDividingObjectBuilder.IsoparametricDirectionType |
OffsetDirection
Declaration
public bool OffsetDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OffsetDistance
Declaration
public Expression OffsetDistance { get; }
Property Value
Type | Description |
---|---|
Expression |
StartPoint
Declaration
public Point StartPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
ToolOption
Declaration
public SelectDividingObjectBuilder.ToolType ToolOption { get; set; }
Property Value
Type | Description |
---|---|
SelectDividingObjectBuilder.ToolType |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink