Class RelationFinderSettingsBuilder
Inheritance
System.Object
System.MarshalByRefObject
RelationFinderSettingsBuilder
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
Assembly: NXOpen.dll
Syntax
public class RelationFinderSettingsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
RelationFinderSettingsBuilder()
Declaration
protected RelationFinderSettingsBuilder()
Properties
FindChamfer
Declaration
public bool FindChamfer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FindCollinear
Declaration
public bool FindCollinear { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FindConcentric
Declaration
public bool FindConcentric { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FindEqualRadius
Declaration
public bool FindEqualRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FindOffset
Declaration
public bool FindOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FindOrthogonal
Declaration
public bool FindOrthogonal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FindParallel
Declaration
public bool FindParallel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FindPerpendicular
Declaration
public bool FindPerpendicular { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FindSymmetric
Declaration
public bool FindSymmetric { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FindTangent
Declaration
public bool FindTangent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink