POV
(New page: Category:Engineering format '''Title(s):''' Title:: - Names(s) that refer to the engineering format. '''Version ID:''' Version ID:: - Identification or version number of the e...) |
|||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Engineering format]] | [[Category:Engineering format]] | ||
| − | '''Title(s):''' [[Title::]] - Names(s) that refer to the engineering format. | + | '''Title(s):''' [[Title::POV]] - Names(s) that refer to the engineering format. |
| − | '''Version ID:''' [[Version ID::]] - Identification or version number of the engineering format. | + | '''Version ID:''' [[Version ID::3.6]] - Identification or version number of the engineering format. |
| − | '''Date released:''' [[Version Date released::]] - Date that the version was released. | + | '''Date released:''' [[Version Date released::July 2004-10-04]] - Date that the version was released. |
'''Date:''' [[Format Date::]] - Date the format was created (YYYY-MM-DD) | '''Date:''' [[Format Date::]] - Date the format was created (YYYY-MM-DD) | ||
| − | '''Creator(s):''' [[Creator:: | + | '''Creator(s):''' [[Creator::David Kirk Buck]] - The creator or original author of the engineering format. |
| − | '''Contributor(s):''' [[Contributor::]] - The current maintainers of the engineering format. | + | '''Contributor(s):''' [[Contributor::The POV team]] - The current maintainers of the engineering format. |
'''Relationships:''' - Relationships that the engineering format has with organizations, other formats, etc. | '''Relationships:''' - Relationships that the engineering format has with organizations, other formats, etc. | ||
| Line 18: | Line 18: | ||
* '''Contains:''' [[Contains::]] - Any engineering format that is contained by this format. | * '''Contains:''' [[Contains::]] - Any engineering format that is contained by this format. | ||
| − | * '''Syntax Format(s):''' [[Syntax Format::]] - Any syntax formats that the engineering format may use. | + | * '''Syntax Format(s):''' [[Syntax Format::text-based]] - Any syntax formats that the engineering format may use. |
* '''Family Format(s):''' [[Family Format::]] - Any family formats to which the engineering format may belong. | * '''Family Format(s):''' [[Family Format::]] - Any family formats to which the engineering format may belong. | ||
| − | '''Description:''' [[Description::]] - Main description of the format, which can give extra information not categorized. | + | '''Description:''' [[Description::turing-complete 3D scene description language]] - Main description of the format, which can give extra information not categorized. |
| − | '''History:''' [[History::]] - Historical description depicting major events surrounding development, creation, and maintenance of this format. | + | '''History:''' [[History::Started in the 1980s, ported to x86 in 1987, 1991 was turned over to team of programmers and renamed POV-Ray]] - Historical description depicting major events surrounding development, creation, and maintenance of this format. |
| − | '''Example(s):''' | + | '''Example(s):''' |
| + | #version 3.6; | ||
| + | #include "colors.inc" //Includes a separate file defining a number of common colours | ||
| + | global_settings { assumed_gamma 1.0 } | ||
| + | |||
| + | background { color rgb <0.25, 0.25, 0.25> } //Sets a background colour for the image (dark grey) | ||
| + | |||
| + | camera { location <0.0, 0.5, -4.0> //Places a camera | ||
| + | direction 1.5*z //Sets, among other things, the field of view of the camera | ||
| + | right x*image_width/image_height //Sets the aspect ratio of the image | ||
| + | look_at <0.0, 0.0, 0.0> } //Tells the camera where to look | ||
| + | |||
| + | light_source { <0, 0, 0> //Places a light source | ||
| + | color rgb <1, 1, 1> //Sets the color of the light source (white) | ||
| + | translate <-5, 5, -5> } //Moves the light source to a desired location | ||
| + | |||
| + | light_source { <0, 0, 0> //Places a light source | ||
| + | color rgb <0.25, 0.25, 0.25> //Sets the color of the light source (dark grey) | ||
| + | translate <6, -6, -6> } //Moves the light source to a desired location | ||
| + | |||
| + | box { <-0.5, -0.5, -0.5>, //Sets a first corner of a cuboid | ||
| + | <0.5, 0.5, 0.5> //Sets a second corner of a cuboid | ||
| + | texture { pigment { color Red } //Sets a color for the box ("Red" as defined in "colors.inc") | ||
| + | finish { specular 0.6 } //Sets how the surface of the box reflects light | ||
| + | normal { agate 0.25 scale 1/2 } //Sets a bumpiness for the box using the in-built model, "agate" | ||
| + | } | ||
| + | rotate <45,46,47> } //Rotates the box | ||
| − | |||
| − | ''' | + | '''Identifier:''' [[Identifier::http://www.povray.org/documentation/view/3.6.1/224/]] - A URL or other identifier that refers to the engineering format. |
| − | '''File Extensions:''' [[File Extension::]] - Extensions of the engineering format, excluding the dot. | + | '''Documentation:''' [[Documentation::http://www.povray.org/documentation/view/3.6.1/224/]] - Information in general about the engineering format. |
| + | |||
| + | '''File Extensions:''' [[File Extension::pov]] - Extensions of the engineering format, excluding the dot. | ||
'''Applications:''' - Applications that the engineering format uses. | '''Applications:''' - Applications that the engineering format uses. | ||
| Line 40: | Line 67: | ||
* '''Interoperable applications:''' [[Interoperable Application::Engineering Format Application Template]] - Applications which can read or write files of this format, but are not native applications for the format. | * '''Interoperable applications:''' [[Interoperable Application::Engineering Format Application Template]] - Applications which can read or write files of this format, but are not native applications for the format. | ||
| − | '''Magic numbers:''' [[Magic Numbers::]] - Unique identifying characters at the beginning of files for this engineering format. | + | '''Magic numbers:''' [[Magic Numbers::None.]] - Unique identifying characters at the beginning of files for this engineering format. |
'''Format(s):''' [[Format::]] - The MIME file types. | '''Format(s):''' [[Format::]] - The MIME file types. | ||
| − | '''Rights:''' [[Rights::]] - The name or type of the license for the engineering format. Examples: BSD-style license, Apache License, Proprietary license | + | '''Rights:''' [[Rights::POVRay License]] - The name or type of the license for the engineering format. Examples: BSD-style license, Apache License, Proprietary license |
'''Sustainability Factors:''' - Facts about the sustainability of this particular engineering format. | '''Sustainability Factors:''' - Facts about the sustainability of this particular engineering format. | ||
| Line 63: | Line 90: | ||
'''File classification:''' - Specific properties that pertain to this engineering format. | '''File classification:''' - Specific properties that pertain to this engineering format. | ||
| − | * '''Type {Binary, Text}:''' [[File Classification Type::]] - The type of file, choices are binary and text. | + | * '''Type {Binary, Text}:''' [[File Classification Type::Text]] - The type of file, choices are binary and text. |
* '''Raster data:''' - Section describes whether or not the engineering format supports raster data. | * '''Raster data:''' - Section describes whether or not the engineering format supports raster data. | ||
** '''Raster data 2D:''' - Can the format support 2D raster data? Example: A format that can contain 2D pixelated data supports 2D raster data. | ** '''Raster data 2D:''' - Can the format support 2D raster data? Example: A format that can contain 2D pixelated data supports 2D raster data. | ||
| − | *** '''Is Supported:''' [[File Classification Raster Data 2D - Is Supported::]] - Is the feature supported in the engineering format? | + | *** '''Is Supported:''' [[File Classification Raster Data 2D - Is Supported::No]] - Is the feature supported in the engineering format? |
*** '''Description:''' [[File Classification Raster Data 2D - Description::]] - This field is used to describe the support or lack of support of the feature. | *** '''Description:''' [[File Classification Raster Data 2D - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
** '''Raster data 3D:''' - Can the format support 3D raster data? Example: A format that can contain 2D pixelated data of a 3D model supports 3D raster data. | ** '''Raster data 3D:''' - Can the format support 3D raster data? Example: A format that can contain 2D pixelated data of a 3D model supports 3D raster data. | ||
| − | *** '''Is Supported:''' [[File Classification Raster Data 3D - Is Supported::]] - Is the feature supported in the engineering format? | + | *** '''Is Supported:''' [[File Classification Raster Data 3D - Is Supported::No]] - Is the feature supported in the engineering format? |
*** '''Description:''' [[File Classification Raster Data 3D - Description::]] - This field is used to describe the support or lack of support of the feature. | *** '''Description:''' [[File Classification Raster Data 3D - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
* '''Geometric representation:''' - Section describes whether or not the engineering format supports geometric representations. | * '''Geometric representation:''' - Section describes whether or not the engineering format supports geometric representations. | ||
** '''Implicit representation:''' - Section describes whether or not the engineering format supports implicit representations. | ** '''Implicit representation:''' - Section describes whether or not the engineering format supports implicit representations. | ||
*** '''Implicit surfaces:''' - Can the format support implicit surfaces? Example: A format that can contain surfaces that are generated with mathematical equations that contain the independent variables x, y, and z, like x^2 + y^2 + z^2 * R^2 = 0, supports implicit surfaces. | *** '''Implicit surfaces:''' - Can the format support implicit surfaces? Example: A format that can contain surfaces that are generated with mathematical equations that contain the independent variables x, y, and z, like x^2 + y^2 + z^2 * R^2 = 0, supports implicit surfaces. | ||
| − | **** '''Is Supported:''' [[File Classification Implicit Surfaces - Is Supported::]] - Is the feature supported in the engineering format? | + | **** '''Is Supported:''' [[File Classification Implicit Surfaces - Is Supported::Yes]] - Is the feature supported in the engineering format? |
**** '''Description:''' [[File Classification Implicit Surfaces - Description::]] - This field is used to describe the support or lack of support of the feature. | **** '''Description:''' [[File Classification Implicit Surfaces - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
*** '''Implicit curves:''' - Can the format support implicit curves? Example: A format that can contain curves that are generated with mathematical equations that contain the independent variables x, y, and z, supports implicit curves. | *** '''Implicit curves:''' - Can the format support implicit curves? Example: A format that can contain curves that are generated with mathematical equations that contain the independent variables x, y, and z, supports implicit curves. | ||
| − | **** '''Is Supported:''' [[File Classification Implict Curves - Is Supported::]] - Is the feature supported in the engineering format? | + | **** '''Is Supported:''' [[File Classification Implict Curves - Is Supported::Yes]] - Is the feature supported in the engineering format? |
**** '''Description:''' [[File Classification Implicit Curves - Description::]] - This field is used to describe the support or lack of support of the feature. | **** '''Description:''' [[File Classification Implicit Curves - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
*** '''Point set:''' - Can the format support point sets? Example: A format that supports surfaces and lines that are generated by points that form triangles supports point sets. | *** '''Point set:''' - Can the format support point sets? Example: A format that supports surfaces and lines that are generated by points that form triangles supports point sets. | ||
| − | **** '''Is Supported:''' [[File Classification Point Set - Is Supported::]] - Is the feature supported in the engineering format? | + | **** '''Is Supported:''' [[File Classification Point Set - Is Supported::No]] - Is the feature supported in the engineering format? |
**** '''Description:''' [[File Classification Point Set - Description::]] - This field is used to describe the support or lack of support of the feature. | **** '''Description:''' [[File Classification Point Set - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
** '''Mesh:''' - Section describes whether or not the engineering format supports mesh. | ** '''Mesh:''' - Section describes whether or not the engineering format supports mesh. | ||
*** '''Manifold surface meshes:''' - Can the format support manifold surface meshes? Example: A format that supports surfaces that are mathematical spaces in which every point has a neighborhood which resembles Euclidean space | *** '''Manifold surface meshes:''' - Can the format support manifold surface meshes? Example: A format that supports surfaces that are mathematical spaces in which every point has a neighborhood which resembles Euclidean space | ||
| − | **** '''Is Supported:''' [[File Classification Mainfold Surface Meshes - Is Supported::]] - Is the feature supported in the engineering format? | + | **** '''Is Supported:''' [[File Classification Mainfold Surface Meshes - Is Supported::Yes]] - Is the feature supported in the engineering format? |
**** '''Description:''' [[File Classification Manifold Surface Meshes - Description::]] - This field is used to describe the support or lack of support of the feature. | **** '''Description:''' [[File Classification Manifold Surface Meshes - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
*** '''Manifold volume meshes:''' - Can the format support manifold volume meshes? Example: A format that supports volumes that are mathematical spaces in which every point has a neighborhood which resembles Euclidean space | *** '''Manifold volume meshes:''' - Can the format support manifold volume meshes? Example: A format that supports volumes that are mathematical spaces in which every point has a neighborhood which resembles Euclidean space | ||
| − | **** '''Is Supported:''' [[File Classification Manifold Volume Meshes - Is Supported::]] - Is the feature supported in the engineering format? | + | **** '''Is Supported:''' [[File Classification Manifold Volume Meshes - Is Supported::No?]] - Is the feature supported in the engineering format? |
**** '''Description:''' [[File Classification Manifold Volume Meshes - Description::]] - This field is used to describe the support or lack of support of the feature. | **** '''Description:''' [[File Classification Manifold Volume Meshes - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
*** '''Non-manifold meshes:''' - Can the format support non-manifold meshes? Example: A format that supports meshes that are not manifolds | *** '''Non-manifold meshes:''' - Can the format support non-manifold meshes? Example: A format that supports meshes that are not manifolds | ||
| − | **** '''Is Supported:''' [[File Classification Non-manifold Meshes - Is Supported::]] - Is the feature supported in the engineering format? | + | **** '''Is Supported:''' [[File Classification Non-manifold Meshes - Is Supported::Yes]] - Is the feature supported in the engineering format? |
**** '''Description:''' [[File Classification Non-manifold Meshes - Description::]] - This field is used to describe the support or lack of support of the feature. | **** '''Description:''' [[File Classification Non-manifold Meshes - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
** '''Parametric representation:''' - Section describes whether or not the engineering format supports parametric representations. | ** '''Parametric representation:''' - Section describes whether or not the engineering format supports parametric representations. | ||
*** '''Parametric surfaces:''' - Can the format support parametric surfaces? Example: A format that can contain surfaces that are generated with parametric equations supports parametric surfaces. | *** '''Parametric surfaces:''' - Can the format support parametric surfaces? Example: A format that can contain surfaces that are generated with parametric equations supports parametric surfaces. | ||
| − | **** '''Is Supported:''' [[File Classification Parametric Surfaces - Is Supported::]] - Is the feature supported in the engineering format? | + | **** '''Is Supported:''' [[File Classification Parametric Surfaces - Is Supported::Yes]] - Is the feature supported in the engineering format? |
**** '''Description:''' [[File Classification Parametric Surfaces - Description::]] - This field is used to describe the support or lack of support of the feature. | **** '''Description:''' [[File Classification Parametric Surfaces - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
*** '''Parametric curves:''' - Can the format support parametric curves? Example: A format that can contain curves that are generated with parametric equations supports parametric curves. | *** '''Parametric curves:''' - Can the format support parametric curves? Example: A format that can contain curves that are generated with parametric equations supports parametric curves. | ||
| − | **** '''Is Supported:''' [[File Classification Parametric Curves - Is Supported::]] - Is the feature supported in the engineering format? | + | **** '''Is Supported:''' [[File Classification Parametric Curves - Is Supported::Yes]] - Is the feature supported in the engineering format? |
**** '''Description:''' [[File Classification Parametric Curves - Description::]] - This field is used to describe the support or lack of support of the feature. | **** '''Description:''' [[File Classification Parametric Curves - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
** '''Contour sets:''' - Can the format support contour sets? | ** '''Contour sets:''' - Can the format support contour sets? | ||
| Line 103: | Line 130: | ||
*** '''Description:''' [[File Classification Contour Sets - Description::]] - This field is used to describe the support or lack of support of the feature. | *** '''Description:''' [[File Classification Contour Sets - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
** '''NURBS:''' - Can the format support Non Uniform Rational Basis Splines? Examples: The engineering formats IGES, STEP, ACIS, and PHIGS | ** '''NURBS:''' - Can the format support Non Uniform Rational Basis Splines? Examples: The engineering formats IGES, STEP, ACIS, and PHIGS | ||
| − | *** '''Is Supported:''' [[File Classification NURBS - Is Supported::]] - Is the feature supported in the engineering format? | + | *** '''Is Supported:''' [[File Classification NURBS - Is Supported::No]] - Is the feature supported in the engineering format? |
*** '''Description:''' [[File Classification NURBS - Description::]] - This field is used to describe the support or lack of support of the feature. | *** '''Description:''' [[File Classification NURBS - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
* '''Multi-resolution models:''' - Can the format support models with multiple resolutions? Examples: A format that supports a highly detailed and lowly detailed model simultaneously supports multi-resolution models. | * '''Multi-resolution models:''' - Can the format support models with multiple resolutions? Examples: A format that supports a highly detailed and lowly detailed model simultaneously supports multi-resolution models. | ||
| Line 110: | Line 137: | ||
* '''Dynamics:''' - Section describes whether or not the engineering format supports dynamics. | * '''Dynamics:''' - Section describes whether or not the engineering format supports dynamics. | ||
** '''Kinematics:''' - Can the format support kinematics? Example: Does the format allow model parts to rotate? | ** '''Kinematics:''' - Can the format support kinematics? Example: Does the format allow model parts to rotate? | ||
| − | *** '''Is Supported:''' [[File Classification Kinematics - Is Supported::]] - Is the feature supported in the engineering format? | + | *** '''Is Supported:''' [[File Classification Kinematics - Is Supported::No]] - Is the feature supported in the engineering format? |
*** '''Description:''' [[File Classification Kinematics - Description::]] - This field is used to describe the support or lack of support of the feature. | *** '''Description:''' [[File Classification Kinematics - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
** '''Assembly:''' - Can the format support assembly? Example: Does the format allow the assembly instructions to be explicitly specified with a model? | ** '''Assembly:''' - Can the format support assembly? Example: Does the format allow the assembly instructions to be explicitly specified with a model? | ||
| − | *** '''Is Supported:''' [[File Classification Assembly - Is Supported::]] - Is the feature supported in the engineering format? | + | *** '''Is Supported:''' [[File Classification Assembly - Is Supported::No]] - Is the feature supported in the engineering format? |
*** '''Description:''' [[File Classification Assembly - Description::]] - This field is used to describe the support or lack of support of the feature. | *** '''Description:''' [[File Classification Assembly - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
** '''Force(s):''' - Can the format support forces? Example: Does the format support acceleration forces? | ** '''Force(s):''' - Can the format support forces? Example: Does the format support acceleration forces? | ||
| − | *** '''Is Supported:''' [[File Classification Force - Is Supported::]] - Is the feature supported in the engineering format? | + | *** '''Is Supported:''' [[File Classification Force - Is Supported::No]] - Is the feature supported in the engineering format? |
*** '''Description:''' [[File Classification Force - Description::]] - This field is used to describe the support or lack of support of the feature. | *** '''Description:''' [[File Classification Force - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
* '''Boundary representation''' - Can the format support models with boundary representations? | * '''Boundary representation''' - Can the format support models with boundary representations? | ||
| Line 132: | Line 159: | ||
** '''Description:''' [[File Classification Material Transparency - Description::]] - This field is used to describe the support or lack of support of the feature. | ** '''Description:''' [[File Classification Material Transparency - Description::]] - This field is used to describe the support or lack of support of the feature. | ||
| − | '''References:''' [[References::]] - A list of references regarding any aspects of this engineering format; any reading material supplemental to this page. | + | '''References:''' [[References::http://en.wikipedia.org/wiki/Povray, http://www.povray.org/documentation/view/3.6.1/224/]] - A list of references regarding any aspects of this engineering format; any reading material supplemental to this page. |
Latest revision as of 13:23, 13 May 2009
Title(s): POV - Names(s) that refer to the engineering format.
Version ID: 3.6 - Identification or version number of the engineering format.
Date released: July 2004-10-04 - Date that the version was released.
Date: - Date the format was created (YYYY-MM-DD)
Creator(s): David Kirk Buck - The creator or original author of the engineering format.
Contributor(s): The POV team - The current maintainers of the engineering format.
Relationships: - Relationships that the engineering format has with organizations, other formats, etc.
- Previous Version(s): - Any engineering format that is a previous version format of this one.
- Contains: - Any engineering format that is contained by this format.
- Syntax Format(s): text-based - Any syntax formats that the engineering format may use.
- Family Format(s): - Any family formats to which the engineering format may belong.
Description: turing-complete 3D scene description language - Main description of the format, which can give extra information not categorized.
History: Started in the 1980s, ported to x86 in 1987, 1991 was turned over to team of programmers and renamed POV-Ray - Historical description depicting major events surrounding development, creation, and maintenance of this format.
Example(s):
#version 3.6;
#include "colors.inc" //Includes a separate file defining a number of common colours
global_settings { assumed_gamma 1.0 }
background { color rgb <0.25, 0.25, 0.25> } //Sets a background colour for the image (dark grey)
camera { location <0.0, 0.5, -4.0> //Places a camera
direction 1.5*z //Sets, among other things, the field of view of the camera
right x*image_width/image_height //Sets the aspect ratio of the image
look_at <0.0, 0.0, 0.0> } //Tells the camera where to look
light_source { <0, 0, 0> //Places a light source
color rgb <1, 1, 1> //Sets the color of the light source (white)
translate <-5, 5, -5> } //Moves the light source to a desired location
light_source { <0, 0, 0> //Places a light source
color rgb <0.25, 0.25, 0.25> //Sets the color of the light source (dark grey)
translate <6, -6, -6> } //Moves the light source to a desired location
box { <-0.5, -0.5, -0.5>, //Sets a first corner of a cuboid
<0.5, 0.5, 0.5> //Sets a second corner of a cuboid
texture { pigment { color Red } //Sets a color for the box ("Red" as defined in "colors.inc")
finish { specular 0.6 } //Sets how the surface of the box reflects light
normal { agate 0.25 scale 1/2 } //Sets a bumpiness for the box using the in-built model, "agate"
}
rotate <45,46,47> } //Rotates the box
Identifier: http://www.povray.org/documentation/view/3.6.1/224/ - A URL or other identifier that refers to the engineering format.
Documentation: http://www.povray.org/documentation/view/3.6.1/224/ - Information in general about the engineering format.
File Extensions: pov - Extensions of the engineering format, excluding the dot.
Applications: - Applications that the engineering format uses.
- Native application(s): Engineering Format Application Template - Applications which are primarily designed to specifically run this engineering format.
- Interoperable applications: Engineering Format Application Template - Applications which can read or write files of this format, but are not native applications for the format.
Magic numbers: None. - Unique identifying characters at the beginning of files for this engineering format.
Format(s): - The MIME file types.
Rights: POVRay License - The name or type of the license for the engineering format. Examples: BSD-style license, Apache License, Proprietary license
Sustainability Factors: - Facts about the sustainability of this particular engineering format.
- Standardization: - Information regarding standardization attempts with this format.
- Adoption: - Information about how this format has been adopted by other organizations.
- Licensing and patent claims: - Any licenses or patent claims that the engineering format makes.
- Self-documentation: - Any self-documentation capabilities of the format.
- External dependencies: - Anything that the format depends on outside of its control to function.
- Technical protection considerations: - Any considerations that are necessary when it comes to technical protection.
Typical use: - Keywords that describe the format's typical use. Examples: CAD and CAM
File classification: - Specific properties that pertain to this engineering format.
- Type {Binary, Text}: Text - The type of file, choices are binary and text.
- Raster data: - Section describes whether or not the engineering format supports raster data.
- Raster data 2D: - Can the format support 2D raster data? Example: A format that can contain 2D pixelated data supports 2D raster data.
- Is Supported: No - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Raster data 3D: - Can the format support 3D raster data? Example: A format that can contain 2D pixelated data of a 3D model supports 3D raster data.
- Is Supported: No - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Raster data 2D: - Can the format support 2D raster data? Example: A format that can contain 2D pixelated data supports 2D raster data.
- Geometric representation: - Section describes whether or not the engineering format supports geometric representations.
- Implicit representation: - Section describes whether or not the engineering format supports implicit representations.
- Implicit surfaces: - Can the format support implicit surfaces? Example: A format that can contain surfaces that are generated with mathematical equations that contain the independent variables x, y, and z, like x^2 + y^2 + z^2 * R^2 = 0, supports implicit surfaces.
- Is Supported: Yes - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Implicit curves: - Can the format support implicit curves? Example: A format that can contain curves that are generated with mathematical equations that contain the independent variables x, y, and z, supports implicit curves.
- Is Supported: Yes - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Point set: - Can the format support point sets? Example: A format that supports surfaces and lines that are generated by points that form triangles supports point sets.
- Is Supported: No - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Implicit surfaces: - Can the format support implicit surfaces? Example: A format that can contain surfaces that are generated with mathematical equations that contain the independent variables x, y, and z, like x^2 + y^2 + z^2 * R^2 = 0, supports implicit surfaces.
- Mesh: - Section describes whether or not the engineering format supports mesh.
- Manifold surface meshes: - Can the format support manifold surface meshes? Example: A format that supports surfaces that are mathematical spaces in which every point has a neighborhood which resembles Euclidean space
- Is Supported: Yes - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Manifold volume meshes: - Can the format support manifold volume meshes? Example: A format that supports volumes that are mathematical spaces in which every point has a neighborhood which resembles Euclidean space
- Is Supported: No? - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Non-manifold meshes: - Can the format support non-manifold meshes? Example: A format that supports meshes that are not manifolds
- Is Supported: Yes - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Manifold surface meshes: - Can the format support manifold surface meshes? Example: A format that supports surfaces that are mathematical spaces in which every point has a neighborhood which resembles Euclidean space
- Parametric representation: - Section describes whether or not the engineering format supports parametric representations.
- Parametric surfaces: - Can the format support parametric surfaces? Example: A format that can contain surfaces that are generated with parametric equations supports parametric surfaces.
- Is Supported: Yes - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Parametric curves: - Can the format support parametric curves? Example: A format that can contain curves that are generated with parametric equations supports parametric curves.
- Is Supported: Yes - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Parametric surfaces: - Can the format support parametric surfaces? Example: A format that can contain surfaces that are generated with parametric equations supports parametric surfaces.
- Contour sets: - Can the format support contour sets?
- Is Supported: - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- NURBS: - Can the format support Non Uniform Rational Basis Splines? Examples: The engineering formats IGES, STEP, ACIS, and PHIGS
- Is Supported: No - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Implicit representation: - Section describes whether or not the engineering format supports implicit representations.
- Multi-resolution models: - Can the format support models with multiple resolutions? Examples: A format that supports a highly detailed and lowly detailed model simultaneously supports multi-resolution models.
- Is Supported: - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Dynamics: - Section describes whether or not the engineering format supports dynamics.
- Kinematics: - Can the format support kinematics? Example: Does the format allow model parts to rotate?
- Is Supported: No - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Assembly: - Can the format support assembly? Example: Does the format allow the assembly instructions to be explicitly specified with a model?
- Is Supported: No - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Force(s): - Can the format support forces? Example: Does the format support acceleration forces?
- Is Supported: No - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Kinematics: - Can the format support kinematics? Example: Does the format allow model parts to rotate?
- Boundary representation - Can the format support models with boundary representations?
- Manifold surface boundary representations: - Can the format support manifold surface boundary representations? Example: The engineering format STEP
- Is Supported: - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Manifold volume boundary representations: - Can the format support manifold volume boundary representations? Example: The engineering format STEP
- Is Supported: - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Non-manifold boundary representations: - Can the format support non-manifold boundary representations? Example: The engineering format STEP
- Is Supported: - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
- Manifold surface boundary representations: - Can the format support manifold surface boundary representations? Example: The engineering format STEP
- Material transparency: - Can the format support transparency? Example: Does the format allow models to have a clear window in a car?
- Is Supported: - Is the feature supported in the engineering format?
- Description: - This field is used to describe the support or lack of support of the feature.
References: http://en.wikipedia.org/wiki/Povray, http://www.povray.org/documentation/view/3.6.1/224/ - A list of references regarding any aspects of this engineering format; any reading material supplemental to this page.