Class SurfaceIntersectionBuilder
Inheritance
SurfaceIntersectionBuilder
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
CombOptions
Declaration
public CombOptionsBuilder CombOptions { get; }
Property Value
DynamicProjection
Declaration
public bool DynamicProjection { get; set; }
Property Value
FirstFaceSet
Declaration
public ScCollector FirstFaceSet { get; }
Property Value
NeedleDirection
Declaration
public SurfaceIntersectionBuilder.DirectionTypes NeedleDirection { get; set; }
Property Value
ProjectionNormalFace
Declaration
public SurfaceIntersectionBuilder.NormalTypes ProjectionNormalFace { get; set; }
Property Value
ProjectionOption
Declaration
public SurfaceIntersectionBuilder.ProjectionTypes ProjectionOption { get; set; }
Property Value
ProjectionXYZ
Declaration
public SurfaceIntersectionBuilder.XyzTypes ProjectionXYZ { get; set; }
Property Value
ScalingMethod
Declaration
public SurfaceIntersectionBuilder.ScalingTypes ScalingMethod { get; set; }
Property Value
SecondFaceSet
Declaration
public ScCollector SecondFaceSet { get; }
Property Value
Vector
Declaration
public Direction Vector { get; set; }
Property Value
Methods
UpdateWorkView()
Declaration
public void UpdateWorkView()
Implements
System.Runtime.Remoting.Messaging.IMessageSink