Class IntersectionCurveBuilder
Inheritance
System.Object
System.MarshalByRefObject
IntersectionCurveBuilder
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.Features
Assembly: NXOpen.dll
Syntax
public class IntersectionCurveBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
IntersectionCurveBuilder()
Declaration
protected IntersectionCurveBuilder()
Properties
Associative
Declaration
public bool Associative { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CurveFitData
Declaration
public CurveFitData CurveFitData { get; }
Property Value
Type | Description |
---|---|
CurveFitData |
CurveFitOptions
Declaration
public CurveFitOptions CurveFitOptions { get; }
Property Value
Type | Description |
---|---|
CurveFitOptions |
FirstFace
Declaration
public ScCollector FirstFace { get; }
Property Value
Type | Description |
---|---|
ScCollector |
FirstPlane
Declaration
public Plane FirstPlane { get; set; }
Property Value
Type | Description |
---|---|
Plane |
FirstSet
Declaration
public SelectObjectList FirstSet { get; }
Property Value
Type | Description |
---|---|
SelectObjectList |
SecondFace
Declaration
public ScCollector SecondFace { get; }
Property Value
Type | Description |
---|---|
ScCollector |
SecondPlane
Declaration
public Plane SecondPlane { get; set; }
Property Value
Type | Description |
---|---|
Plane |
SecondSet
Declaration
public SelectObjectList SecondSet { get; }
Property Value
Type | Description |
---|---|
SelectObjectList |
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.Runtime.Remoting.Messaging.IMessageSink