C# 클래스 BuildingCoder.CmdWallProfileArea

상속: IExternalCommand
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result

비공개 메소드들

메소드 설명
ApplyTransform ( List polygon, Transform t ) : List
GetPolygonAreas ( List polygons ) : double[]
GetPolygonPlane ( List polygon, XYZ &normal, double &dist, double &area ) : bool

Return the plane properties of a given polygon, i.e. the plane normal, area, and its distance from the origin. Cf. also GetSignedPolygonArea.

GetTransformToZ ( XYZ v ) : Transform

메소드 상세

Execute() 공개 메소드

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
리턴 System.Result