private DSPlane(IPlaneEntity entity, double size, bool display = false) : base(entity, false) { InitializeGuaranteedProperties(); if (display && size>1) mDisplayPolygon = CreatePlaneVisuals(size,true); }
private DSPlane(IPlaneEntity entity, double size, bool display = false) : base(entity, false) { InitializeGuaranteedProperties(); if (display && size > 1) { mDisplayPolygon = CreatePlaneVisuals(size, true); } }
protected internal DSPlane(DSPoint origin, DSVector normal, double size, bool display = false, DSGeometry context = null) : base(ByOriginNormalCore(origin, ref normal, size), false) { InitializeGuaranteedProperties(); Size = size; Context = context; if (display) mDisplayPolygon = CreatePlaneVisuals(size,true); }
protected internal DSPlane(DSPoint origin, DSVector normal, double size, bool display = false, DSGeometry context = null) : base(ByOriginNormalCore(origin, ref normal, size), false) { InitializeGuaranteedProperties(); Size = size; Context = context; if (display) { mDisplayPolygon = CreatePlaneVisuals(size, true); } }