CAD-Mesh3D

 view release on metacpan or  search on metacpan

lib/CAD/Mesh3D/ProvideNewFormat.pod  view on Meta::CPAN

Please tell your user to enable your format.  For example, if you're developing C<CAD::Mesh3D::PNG>,
then tell your user to enable using

 use CAD::Mesh3D qw/+PNG :formats/;

or

 use CAD::Mesh3D;
 enableFormat( 'PNG' );

If you are using a different namespace, such as C<I::Must::Be::Different::PngFormat>, they can enable
your format using

 use CAD::Mesh3D;
 enableFormat( 'PNG' => 'I::Must::Be::Different::PngFormat');

When C<enableFormat( $format )> is used without a C<$module> argument, the module name will default to
C<$module = "CAD::Mesh3D::$format">.

Either way, C<$module> is the module you're developing.

=head1 INPUT AND OUTPUT FUNCTIONS

You need to define input and/or output functions, to tell L<CAD::Mesh3D> how to
needs to know how to find your input and output functions.  These input and output



( run in 0.739 second using v1.01-cache-2.11-cpan-0a6323c29d9 )