Click or drag to resize
OptimizeMeshParameters Structure

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public struct OptimizeMeshParameters

The OptimizeMeshParameters type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefault
Default parameters.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldExactMaterial
Specifies if Material must match exactly when merging face primitives.
Public fieldMaxFaceSize
Specifies the maximum face size (in meters) when merging face primitives.
Public fieldMaxVerticesPerFace
Maximum number of vertices on each generated face.
Public fieldMergeBodies
Merge body primitives.
Public fieldMergeVertices
Merge vertices with the similar position and normal (see VertexTolerance and NormalTolerance).
Public fieldNormalTolerance
Maximum angle between normals for two vertices to be considered normal.
Public fieldPreserveSnapPoints
Preserve snap points.
Public fieldPreserveTextureCoordinates
Preserve texture coordinates.
Public fieldPreserveWireframe
Preserve the edge wireframe on surfaces.
Public fieldVertexCoherence
Number of vertices to search for an equal vertex. Affects performance.
Public fieldVertexTolerance
Maximum distance between positions for two vertices to be considered equal.
Top
Version Information

Supported in: 1.0.0.0
See Also