Class HighlightLinesAnalysisBuilder
Inheritance
HighlightLinesAnalysisBuilder
Assembly: NXOpen.dll
Syntax
public class HighlightLinesAnalysisBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
HighlightLinesAnalysisBuilder()
Declaration
protected HighlightLinesAnalysisBuilder()
Properties
BetweenPoints
Declaration
public SelectPointList BetweenPoints { get; }
Property Value
DisplayMethod
Declaration
[Obsolete("Deprecated in NX8.0.0. Use NXOpen.GeometricAnalysis.HighlightLinesAnalysisBuilder.Type2 instead.")]
public HighlightLinesAnalysisBuilder.DisplayMethods DisplayMethod { get; set; }
Property Value
EndIsoAngle
Declaration
public Expression EndIsoAngle { get; }
Property Value
Faces
Declaration
public SelectDisplayableObjectList Faces { get; }
Property Value
IsReflectionLocked
Declaration
public bool IsReflectionLocked { get; set; }
Property Value
IsoclineVector
Declaration
public Direction IsoclineVector { get; set; }
Property Value
LightDiffuseness
Declaration
public double LightDiffuseness { get; set; }
Property Value
LightNumber
Declaration
public int LightNumber { get; set; }
Property Value
LightPlacement
Declaration
public HighlightLinesAnalysisBuilder.LightPlacements LightPlacement { get; set; }
Property Value
LightPlaneOrigin
Declaration
public Point3d LightPlaneOrigin { get; }
Property Value
LightPlaneXAxis
Declaration
public Vector3d LightPlaneXAxis { get; }
Property Value
LightPlaneYAxis
Declaration
public Vector3d LightPlaneYAxis { get; }
Property Value
LightSpacing
Declaration
public double LightSpacing { get; set; }
Property Value
LightWidth
Declaration
public double LightWidth { get; set; }
Property Value
Output
Declaration
public HighlightLinesAnalysisBuilder.OutputOption Output { get; set; }
Property Value
Resolution
Declaration
public HighlightLinesAnalysisBuilder.Resolutions Resolution { get; set; }
Property Value
StartIsoAngle
Declaration
public Expression StartIsoAngle { get; }
Property Value
ThroughPoints
Declaration
public SelectPointList ThroughPoints { get; }
Property Value
Type
Declaration
[Obsolete("Deprecated in NX8.0.0. Use NXOpen.GeometricAnalysis.HighlightLinesAnalysisBuilder.LightPlacement instead.")]
public HighlightLinesAnalysisBuilder.Types Type { get; set; }
Property Value
Type2
Declaration
public HighlightLinesAnalysisBuilder.Types2 Type2 { get; set; }
Property Value
Methods
GetBrightColor()
Declaration
public double[] GetBrightColor()
Returns
GetDarkColor()
Declaration
public double[] GetDarkColor()
Returns
ReinitializePlane()
Declaration
[Obsolete("Deprecated in NX8.0.0. This call currently does not do anything. Calls to this method can be safely removed.")]
public void ReinitializePlane()
SetBrightColor(double[])
Declaration
public void SetBrightColor(double[] brightColor)
Parameters
Type |
Name |
Description |
double[] |
brightColor |
|
SetDarkColor(double[])
Declaration
public void SetDarkColor(double[] darkColor)
Parameters
Type |
Name |
Description |
double[] |
darkColor |
|
SetLightPlaneOrigin(Point3d)
Declaration
public void SetLightPlaneOrigin(Point3d origin)
Parameters
Type |
Name |
Description |
Point3d |
origin |
|
SetLightPlaneXAxis(Vector3d)
Declaration
public void SetLightPlaneXAxis(Vector3d xAxis)
Parameters
SetLightPlaneYAxis(Vector3d)
Declaration
public void SetLightPlaneYAxis(Vector3d yAxis)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink