C# Class Revit.SDK.Samples.NewOpenings.CS.ProfileWall

ProfileWall class contain the information about profile of wall, and contain method to create Opening on wall
Inheritance: Profile
Datei anzeigen Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
DrawOpening ( List points, ToolType type ) : void

Create opening on wall

ProfileWall ( Wall wall, ExternalCommandData commandData ) : System

Constructor

Method Details

DrawOpening() public method

Create opening on wall
public DrawOpening ( List points, ToolType type ) : void
points List Points use to create Opening
type ToolType Tool type
return void

ProfileWall() public method

Constructor
public ProfileWall ( Wall wall, ExternalCommandData commandData ) : System
wall Wall Selected wall
commandData ExternalCommandData ExternalCommandData
return System