2020 Method
Changes 0
M

FabricationPart.AlignPartByInsertionPoint

Description:
Align the part by its insertion point to a point and rotation in free space.
public static bool AlignPartByInsertionPoint(
	Document document,
	ElementId partId,
	XYZ position,
	double rotation,
	double rotationPerpendicular,
	double slope,
	FabricationPartJustification justification,
	Transform trf
)
Return Value bool True if the alignment succeeds, false otherwise.