Class SurfaceIntersectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
SurfaceIntersectionBuilder
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.GeometricAnalysis
Assembly: NXOpen.dll
Syntax
public class SurfaceIntersectionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SurfaceIntersectionBuilder()
Declaration
protected SurfaceIntersectionBuilder()
Properties
CalculationMethod
Declaration
public SurfaceIntersectionBuilder.CalculationTypes CalculationMethod { get; set; }
Property Value
Type | Description |
---|---|
SurfaceIntersectionBuilder.CalculationTypes |
CombOptions
Declaration
public CombOptionsBuilder CombOptions { get; }
Property Value
Type | Description |
---|---|
CombOptionsBuilder |
DynamicProjection
Declaration
public bool DynamicProjection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FirstFaceSet
Declaration
public ScCollector FirstFaceSet { get; }
Property Value
Type | Description |
---|---|
ScCollector |
NeedleDirection
Declaration
public SurfaceIntersectionBuilder.DirectionTypes NeedleDirection { get; set; }
Property Value
Type | Description |
---|---|
SurfaceIntersectionBuilder.DirectionTypes |
ProjectionNormalFace
Declaration
public SurfaceIntersectionBuilder.NormalTypes ProjectionNormalFace { get; set; }
Property Value
Type | Description |
---|---|
SurfaceIntersectionBuilder.NormalTypes |
ProjectionOption
Declaration
public SurfaceIntersectionBuilder.ProjectionTypes ProjectionOption { get; set; }
Property Value
Type | Description |
---|---|
SurfaceIntersectionBuilder.ProjectionTypes |
ProjectionXYZ
Declaration
public SurfaceIntersectionBuilder.XyzTypes ProjectionXYZ { get; set; }
Property Value
Type | Description |
---|---|
SurfaceIntersectionBuilder.XyzTypes |
ScalingMethod
Declaration
public SurfaceIntersectionBuilder.ScalingTypes ScalingMethod { get; set; }
Property Value
Type | Description |
---|---|
SurfaceIntersectionBuilder.ScalingTypes |
SecondFaceSet
Declaration
public ScCollector SecondFaceSet { get; }
Property Value
Type | Description |
---|---|
ScCollector |
Vector
Declaration
public Direction Vector { get; set; }
Property Value
Type | Description |
---|---|
Direction |
Methods
UpdateWorkView()
Declaration
public void UpdateWorkView()
Implements
System.Runtime.Remoting.Messaging.IMessageSink