C# Class Revit.SDK.Samples.WindowWizard.CS.CreateRefPlane

The class is used to create ReferencePlane
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Create() public méthode

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
Résultat ReferencePlane