27.04 Shift Local origin
#todo
interface ArtifactProperties {
localOriginShift: Coordinate // OPTIONAL
// ...
}
localOriginShiftMAY be specified, and its value MUST be of typeCoordinate. It is interpreted as a vector that shifts the original local origin, as defined in 22.01 Artifact Object. The shifted local origin is therefore , where is the original local origin and is the vector represented bylocalOriginShift. WhenlocalOriginShiftis specified, rotation MUST use the shifted local origin as the pivot; otherwise, rotation MUST use the original local origin as the pivot.