ViewShapeBuilderViewNormal Property |
Normal of the view that will display the shape being built. Must be set explicitly before adding any geometry. Must be a unit vector.
This is used to validate incoming geometry - it must be orthogonal to the viewNormal.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic XYZ ViewNormal { get; set; }
Public Property ViewNormal As XYZ
Get
Set
public:
property XYZ^ ViewNormal {
XYZ^ get ();
void set (XYZ^ value);
}
member ViewNormal : XYZ with get, set
Property Value
XYZ
Exceptions
See Also