OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl_io_ply_write_options Struct Reference

#include <occtl_io_ply.h>

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_io_ply_coordinate_system_t system_coordinate_system
 
occtl_io_ply_coordinate_system_t file_coordinate_system
 
int32_t write_normals
 
int32_t write_colors
 
int32_t write_texcoords
 
int32_t write_part_id
 
int32_t write_face_id
 
const char * comment
 
const char * author
 

Detailed Description

Options for occtl_io_ply_write. Pass NULL for defaults.

Member Data Documentation

◆ author

const char* occtl_io_ply_write_options::author

Borrows it. Optional file author; may be NULL.

◆ comment

const char* occtl_io_ply_write_options::comment

Borrows it. Optional file comment; may be NULL.

◆ file_coordinate_system

occtl_io_ply_coordinate_system_t occtl_io_ply_write_options::file_coordinate_system

Output file coordinates; default Y-up.

◆ p_next

const void* occtl_io_ply_write_options::p_next

Reserved; set to NULL.

◆ struct_version

uint32_t occtl_io_ply_write_options::struct_version

Must be OCCTL_IO_PLY_WRITE_OPTIONS_VERSION_1.

◆ system_coordinate_system

occtl_io_ply_coordinate_system_t occtl_io_ply_write_options::system_coordinate_system

Source system coordinates; default Z-up.

◆ write_colors

int32_t occtl_io_ply_write_options::write_colors

1 to export color attributes when available.

◆ write_face_id

int32_t occtl_io_ply_write_options::write_face_id

1 to export face ids; cannot be combined with write_part_id.

◆ write_normals

int32_t occtl_io_ply_write_options::write_normals

1 to export normals.

◆ write_part_id

int32_t occtl_io_ply_write_options::write_part_id

1 to export part ids.

◆ write_texcoords

int32_t occtl_io_ply_write_options::write_texcoords

1 to export UV attributes when available.


The documentation for this struct was generated from the following file: