Class RelationFinderSettingsBuilder
Inheritance
RelationFinderSettingsBuilder
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
FindCollinear
Declaration
public bool FindCollinear { get; set; }
Property Value
FindConcentric
Declaration
public bool FindConcentric { get; set; }
Property Value
FindEqualRadius
Declaration
public bool FindEqualRadius { get; set; }
Property Value
FindMidpoint
Declaration
public bool FindMidpoint { get; set; }
Property Value
FindOffset
Declaration
public bool FindOffset { get; set; }
Property Value
FindOrthogonal
Declaration
public bool FindOrthogonal { get; set; }
Property Value
FindParallel
Declaration
public bool FindParallel { get; set; }
Property Value
FindPerpendicular
Declaration
public bool FindPerpendicular { get; set; }
Property Value
FindSymmetric
Declaration
public bool FindSymmetric { get; set; }
Property Value
FindTangent
Declaration
public bool FindTangent { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink