TryGetCreateHatch(CadOperation, out IReadOnlyList<IReadOnlyList>, out Boolean, out String, out XYZ) Method

Definition

Assembly ProCad.Editing.dll
public static bool TryGetCreateHatch(CadOperation operation, scoped out IReadOnlyList<IReadOnlyList<XYZ>> loops, scoped out bool isSolid, scoped out string patternName, scoped out XYZ normal)

Parameters

operation
CadOperation
isSolid
Boolean
patternName
String?
normal
CSMath.XYZ

Returns