|
@@ -10,7 +10,7 @@ use crate::{
|
|
|
types::{Field, WString, F64, U32},
|
|
|
};
|
|
|
|
|
|
-use super::{line::Lines, Object, ObjectBase};
|
|
|
+use super::{line::Lines, Object, ObjectCore};
|
|
|
|
|
|
#[bitfield(bits = 32)]
|
|
|
#[derive(BinRead, BinWrite, Debug, Copy, Clone)]
|
|
@@ -83,7 +83,7 @@ pub struct HatchSettings2 {
|
|
|
|
|
|
#[derive(BinRead, BinWrite, Debug)]
|
|
|
pub struct Hatch {
|
|
|
- pub base: ObjectBase,
|
|
|
+ pub core: ObjectCore,
|
|
|
pub outline: ArrayOf<Object>,
|
|
|
pub settings_1: HatchSettings1,
|
|
|
pub settings_2: HatchSettings2,
|