ItemFactoryBaseNewReferencePlane Method |
Creates a new instance of ReferencePlane.
Namespace: Autodesk.Revit.CreationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ReferencePlane NewReferencePlane(
XYZ bubbleEnd,
XYZ freeEnd,
XYZ cutVec,
View pView
)
Public Function NewReferencePlane (
bubbleEnd As XYZ,
freeEnd As XYZ,
cutVec As XYZ,
pView As View
) As ReferencePlane
public:
ReferencePlane^ NewReferencePlane(
XYZ^ bubbleEnd,
XYZ^ freeEnd,
XYZ^ cutVec,
View^ pView
)
member NewReferencePlane :
bubbleEnd : XYZ *
freeEnd : XYZ *
cutVec : XYZ *
pView : View -> ReferencePlane
Parameters
- bubbleEnd XYZ
- The bubble end applied to reference plane.
- freeEnd XYZ
- The free end applied to reference plane.
- cutVec XYZ
- The cut vector apply to reference plane, should perpendicular
to the vector (bubbleEnd-freeEnd).
- pView View
- The specific view apply to the Reference plane.
Return Value
ReferencePlane The newly created reference plane.
Remarks
See Also