CreateHatch(CadEntityId, IReadOnlyList<IReadOnlyList>, Boolean, String, XYZ) Method

Definition

Assembly ProCad.Editing.dll
public static CadOperation CreateHatch(CadEntityId entityId, IReadOnlyList<IReadOnlyList<XYZ>> loops, bool isSolid, string patternName, XYZ normal)

Parameters

entityId
CadEntityId
isSolid
Boolean
patternName
String?
normal
CSMath.XYZ

Returns