Class View2dOrientBuilder
Inheritance
View2dOrientBuilder
Assembly: NXOpen.dll
Syntax
public class View2dOrientBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
View2dOrientBuilder()
Declaration
protected View2dOrientBuilder()
Properties
CustomOrientationMethod
Declaration
public View2dOrientBuilder.CustomMethod CustomOrientationMethod { get; set; }
Property Value
CustomXAngle
Declaration
public double CustomXAngle { get; set; }
Property Value
CustomYAngle
Declaration
public double CustomYAngle { get; set; }
Property Value
CustomZAngle
Declaration
public double CustomZAngle { get; set; }
Property Value
OrientationType
Declaration
public View2dOrientBuilder.Type OrientationType { get; set; }
Property Value
Methods
GetCustomNormalX()
Declaration
public double GetCustomNormalX()
Returns
GetCustomNormalY()
Declaration
public double GetCustomNormalY()
Returns
GetCustomNormalZ()
Declaration
public double GetCustomNormalZ()
Returns
GetCustomPrimaryX()
Declaration
public double GetCustomPrimaryX()
Returns
GetCustomPrimaryY()
Declaration
public double GetCustomPrimaryY()
Returns
GetCustomPrimaryZ()
Declaration
public double GetCustomPrimaryZ()
Returns
GetInferredPrimary()
Declaration
public bool GetInferredPrimary()
Returns
SetCustomNormalX(double)
Declaration
public void SetCustomNormalX(double component)
Parameters
Type |
Name |
Description |
double |
component |
|
SetCustomNormalY(double)
Declaration
public void SetCustomNormalY(double component)
Parameters
Type |
Name |
Description |
double |
component |
|
SetCustomNormalZ(double)
Declaration
public void SetCustomNormalZ(double component)
Parameters
Type |
Name |
Description |
double |
component |
|
SetCustomPrimaryX(double)
Declaration
public void SetCustomPrimaryX(double component)
Parameters
Type |
Name |
Description |
double |
component |
|
SetCustomPrimaryY(double)
Declaration
public void SetCustomPrimaryY(double component)
Parameters
Type |
Name |
Description |
double |
component |
|
SetCustomPrimaryZ(double)
Declaration
public void SetCustomPrimaryZ(double component)
Parameters
Type |
Name |
Description |
double |
component |
|
SetInferredPrimary(bool)
Declaration
public void SetInferredPrimary(bool inferred)
Parameters
Type |
Name |
Description |
bool |
inferred |
|
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink