PositionComponents

PlySaveOptions.PositionComponents property

The component names for position data, default value is (“x”, “y”, “z”)

public Tuple<string, string, string> PositionComponents { get; set; }

See Also