Skip to main content

parse_cartesian_point

Function parse_cartesian_point 

Source
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.