C# Класс Revit.SDK.Samples.WindowWizard.CS.CreateRefPlane

The class is used to create ReferencePlane
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Create ( Document doc, ReferencePlane host, View view, Autodesk offSet, Autodesk cutVec, string name ) : ReferencePlane

This method is used to create ReferencePlane along to a host referenceplane with a offset parameter

Описание методов

Create() публичный Метод

This method is used to create ReferencePlane along to a host referenceplane with a offset parameter
public Create ( Document doc, ReferencePlane host, View view, Autodesk offSet, Autodesk cutVec, string name ) : ReferencePlane
doc Document the document
host ReferencePlane the host ReferencePlane
view View the view
offSet Autodesk the offset of the host
cutVec Autodesk the cutVec of the ReferencePlane
name string the name of the ReferencePlane
Результат ReferencePlane