pub fn parse_cartesian_point(
parent: &DecodedEntity,
decoder: &mut EntityDecoder<'_>,
attr_index: usize,
) -> Result<Point3<f64>>Expand description
Parse IfcCartesianPoint from an entity attribute
Attempts fast-path extraction first, falls back to full decode if needed.