C# Class BuildingCoder.CmdDetailCurves

Inheritance: IExternalCommand
ファイルを表示 Open project: jeremytammik/the_building_coder_samples

Public Methods

Method Description
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result

Private Methods

Method Description
ProjectPointOntoPlane ( XYZ point, XYZ planeNormal ) : XYZ

Return a point projected onto a plane defined by its normal. http://www.euclideanspace.com/maths/geometry/elements/plane Case 1259133 [Curve must be in the plane]

Method Details

Execute() public method

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result
commandData ExternalCommandData
message string
elements ElementSet
return Result