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

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

Public Methods

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

Create Opening on floor

ProfileFloor ( Floor floor, ExternalCommandData commandData ) : System

Constructor

Private Methods

Method Description
DrawArcOpening ( List points ) : void

Create Opening which make up of Arc on floor

DrawCircleOpening ( List points ) : void

Create Opening which make up of Circle on floor

DrawPlineOpening ( List points ) : void

Create Opening which make up of line on floor

Method Details

DrawOpening() public method

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

ProfileFloor() public method

Constructor
public ProfileFloor ( Floor floor, ExternalCommandData commandData ) : System
floor Floor Selected floor
commandData ExternalCommandData ExternalCommandData
return System