Class HighlightLinesAnalysisBuilder
Inheritance
System.Object
System.MarshalByRefObject
HighlightLinesAnalysisBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
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
IsoclineVector
Declaration
public Direction IsoclineVector { get; set; }
Property Value
IsReflectionLocked
Declaration
public bool IsReflectionLocked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LightDiffuseness
Declaration
public double LightDiffuseness { get; set; }
Property Value
Type |
Description |
System.Double |
|
LightNumber
Declaration
public int LightNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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
Type |
Description |
System.Double |
|
LightWidth
Declaration
public double LightWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
Type |
Description |
System.Double[] |
|
GetDarkColor()
Declaration
public double[] GetDarkColor()
Returns
Type |
Description |
System.Double[] |
|
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 |
System.Double[] |
brightColor |
|
SetDarkColor(Double[])
Declaration
public void SetDarkColor(double[] darkColor)
Parameters
Type |
Name |
Description |
System.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