C# (CSharp) Revit.SDK.Samples.NewPathReinforcement.CS Namespace

Classes

Name Description
Command
LineTool tool used to draw line
Matrix4 Matrix used to transform between ucs coordinate and world coordinate.
NewPathReinforcementForm window form contains one picture box to show the profile of wall (or slab), and four command buttons and a check box. User can draw PathReinforcement on picture box.
Profile base class of ProfileFloor and ProfileWall contains the profile information and can make matrix to transform point to 2D plane
ProfileFloor ProfileFloor class contains the information about profile of floor, and contains method used to create PathReinforcement on floor
ProfileWall ProfileWall class contains the information about profile of wall, and contains method to create PathReinforcement on wall
Vector4 Vector4 class use to store vector and contain method to handle the vector