Class ReflectionDataBuilder
Inheritance
ReflectionDataBuilder
Assembly: NXOpen.dll
Syntax
public class ReflectionDataBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
ReflectionDataBuilder()
Declaration
protected ReflectionDataBuilder()
Properties
AngularTolerance
Declaration
public double AngularTolerance { get; set; }
Property Value
DashSurface
Declaration
public ScCollector DashSurface { get; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
EyePoint
Declaration
public Point EyePoint { get; set; }
Property Value
IsReflectData
Declaration
public bool IsReflectData { get; set; }
Property Value
IsReflectTraceCurve
Declaration
public bool IsReflectTraceCurve { get; set; }
Property Value
IsRefractData
Declaration
public bool IsRefractData { get; set; }
Property Value
IsRefractTraceCurve
Declaration
public bool IsRefractTraceCurve { get; set; }
Property Value
IsReverseReflectData
Declaration
public bool IsReverseReflectData { get; set; }
Property Value
IsReverseReflectTraceCurve
Declaration
public bool IsReverseReflectTraceCurve { get; set; }
Property Value
ReflectAccuracy
Declaration
public int ReflectAccuracy { get; set; }
Property Value
ReflectMethod
Declaration
public ReflectionDataBuilder.ReflectMethodType ReflectMethod { get; set; }
Property Value
ReflectionObject
Declaration
public ScCollector ReflectionObject { get; }
Property Value
RefractionIndex
Declaration
public double RefractionIndex { get; set; }
Property Value
Resolution
Declaration
public ReflectionDataBuilder.ResolutionType Resolution { get; set; }
Property Value
ReverseDir
Declaration
public bool ReverseDir { get; set; }
Property Value
TargetObject
Declaration
public Section TargetObject { get; }
Property Value
Thickness
Declaration
[Obsolete("Deprecated in NX2212.0.0. Use JA_REFLECTION_DATA_BUILDER_get_thickness_exp instead.")]
public double Thickness { get; set; }
Property Value
ThicknessExp
Declaration
public Expression ThicknessExp { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink