4

Applying a coordinate transformation to a point in Revit:
myTransform.OfPoint(myPoint);

…to a curve:
myCurve.CreateTransformed(myTransform);

…to a solid:
SolidUtils.CreateTransformed(mySolid, myTransform);

Is Autodesk trying to torture me?

Comments
Add Comment