class
RemeshingLegacySettings
Remeshing settings for the RemeshingLegacyProcessor class. The remesher creates a completely new lightweight mesh from the input geometry, and is intended to be viewed from the outside. Here you will set the OnScreenSize (larger numbers means a more detailed mesh), merge distance (which fills in smaller gaps) and a cutting plane (where all parts of the input mesh on the far side of that plane will be culled).
Properties
Property | Description |
ClippingGeometryEmptySpaceOverride | The clipping geometry empty space override coordinate. |
ClippingGeometrySelectionSetID | The ID of the selection set containing the terrain for clipping. If both selection set name and ID are set, the name will be used. |
ClippingGeometrySelectionSetName | The name of the selection set containing the terrain for clipping. If both selection set name and ID are set, the name will be used. |
CuttingPlaneSelectionSetID | The ID of the selection set containing all the cutting planes that should be used. If set to -1, all cutting planes are selected. Cutting planes will only be used if UseCuttingPlanes is true. If both selection set name and ID are set, the name will be used. |
CuttingPlaneSelectionSetName | The name of the selection set containing all the cutting planes that should be used. If the name is not found, all cutting planes are selected. If both selection set name and ID are set, the name will be used. |
EmptySpaceOverride | The empty space override coordinate. |
HardEdgeAngle | The normal hard angle cutoff in degrees. |
MaxTriangleSize | The maximum size in pixels of a generated triangle Any value from 5 pixels and above is allowed. If set to 0, there will be no restriction. |
MergeBoldness | The merge boldness. Defined from 0 to 1, low values will only merge deep cavities while high values will merge anything that falls under the merge distance. |
MergeDistance | The on-screen merge distance in pixels. Smaller cavities will be removed. This will be capped to the on-screen size of the remeshing. |
OnScreenSize | The on-screen rendering size of the geometry. Allowed values are in the range 20 to 4000 pixels. |
OutputSceneNodeName | The name of the scene node in the output Scene containing the remeshed geometry. |
ProcessSelectionSetID | Selects which SelectionSet should be processed. If set to -1, all geometries in the scene will be processed. |
ProcessSelectionSetName | Which selection set should be processed. If the name is not found, all geometries in the scene will be processed. If both selection set name and ID are set, the name will be used. |
RespectWindingDirection | If true, the remeshing processor will not map backfacing triangles. |
SurfaceTransferMode | The surface transfer mode. |
TransferColors | If true, vertex color channels will be sampled from the original mesh. |
TransferNormals | If true, the vertex normals channel will be sampled from the original mesh. |
UseClippingGeometry | If true, the terrain selection set along with the terrain empty space override will be used to clip the remeshed geometry, like a clipping plane. |
UseClippingGeometryEmptySpaceOverride | If true, a coordinate in the area that will be considered "outside" for the clipping geometry can be overridden by the user. |
UseCuttingPlanes | Set to true to cap the mesh with user defined cutting planes. |
UseEmptySpaceOverride | If true, a coordinate in the area that will be considered "outside" can be overridden by the user, allowing the remesher to be used for things like interiors of caves and rooms. |
UsePreviewMode | If true, an alternate algorithm is used for the remeshing which is significantly faster, but supports smaller sizes ( up to 1000 OnScreenSize ), does not include any advanced features, and may be less precise. |
Methods
Method | Description |
GetClass | Get the name of the RemeshingLegacySettings class. |
GetErrorString | Returns a string describing the error that was found the last time ValidateSettings was performed. |
IsA | Returns true if RemeshingLegacySettings is a or is a descendant of the class named as the type parameter. |
IsNull | Returns true if the RemeshingLegacySettings object is invalid. |
ValidateSettings | Validates the current settings values. |
Static methods
Method | Description |
IsClassA | Returns true if the class is a or is a descendant of the class named as the type parameter. |
SafeCast | SafeCast makes sure the input object is of a class that can be cast into spRemeshingLegacySettings, and if this is the case, returns the object cast into spRemeshingLegacySettings. |
Properties details
ClippingGeometryEmptySpaceOverride
The clipping geometry empty space override coordinate.
Syntax
SetClippingGeometryEmptySpaceOverride parameters
Type | Name | Min | Max | Description |
RealData | value | | | Is a pointer to a 3-tuple real which will be copied and used as a marker designating empty space. |
GetClippingGeometryEmptySpaceOverride return value
Type: RealData
Default: 0.0,0.0,0.0
Syntax
SetClippingGeometryEmptySpaceOverride parameters
Type | Name | Min | Max | Description |
float[] | value | | | Is a pointer to a 3-tuple real which will be copied and used as a marker designating empty space. |
GetClippingGeometryEmptySpaceOverride return value
Type: RealData
Default: 0.0,0.0,0.0
Syntax
SetClippingGeometryEmptySpaceOverride parameters
Name | Type | Min | Max | Description |
value | float | | | Is a pointer to a 3-tuple real which will be copied and used as a marker designating empty space. |
GetClippingGeometryEmptySpaceOverride return value
Type: float
Default: 0.0,0.0,0.0
ClippingGeometrySelectionSetID
The ID of the selection set containing the terrain for clipping. If both selection set name and ID are set, the name will be used.
Syntax
SetClippingGeometrySelectionSetID parameters
Type | Name | Min | Max | Description |
rid | value | -1 | | The ID of the selection set containing the clipping terrain. |
GetClippingGeometrySelectionSetID return value
Type: rid
Default: -1
Syntax
SetClippingGeometrySelectionSetID parameters
Type | Name | Min | Max | Description |
rid | value | -1 | | The ID of the selection set containing the clipping terrain. |
GetClippingGeometrySelectionSetID return value
Type: rid
Default: -1
Syntax
SetClippingGeometrySelectionSetID parameters
Name | Type | Min | Max | Description |
value | int | -1 | | The ID of the selection set containing the clipping terrain. |
GetClippingGeometrySelectionSetID return value
Type: int
Default: -1
ClippingGeometrySelectionSetName
The name of the selection set containing the terrain for clipping. If both selection set name and ID are set, the name will be used.
Syntax
SetClippingGeometrySelectionSetName parameters
Type | Name | Min | Max | Description |
const char * | value | | | The desired SelectionSet name. |
GetClippingGeometrySelectionSetName return value
Type: spString
Default: nullptr
Syntax
SetClippingGeometrySelectionSetName parameters
Type | Name | Min | Max | Description |
string | value | | | The desired SelectionSet name. |
GetClippingGeometrySelectionSetName return value
Type: string
Default: null
Syntax
SetClippingGeometrySelectionSetName parameters
Name | Type | Min | Max | Description |
value | str | | | The desired SelectionSet name. |
GetClippingGeometrySelectionSetName return value
Type: str
Default: None
CuttingPlaneSelectionSetID
The ID of the selection set containing all the cutting planes that should be used. If set to -1, all cutting planes are selected. Cutting planes will only be used if UseCuttingPlanes is true. If both selection set name and ID are set, the name will be used.
Syntax
SetCuttingPlaneSelectionSetID parameters
Type | Name | Min | Max | Description |
rid | value | -1 | | The ID of the selection set containing the cutting planes. |
GetCuttingPlaneSelectionSetID return value
Type: rid
Default: -1
Syntax
SetCuttingPlaneSelectionSetID parameters
Type | Name | Min | Max | Description |
rid | value | -1 | | The ID of the selection set containing the cutting planes. |
GetCuttingPlaneSelectionSetID return value
Type: rid
Default: -1
Syntax
SetCuttingPlaneSelectionSetID parameters
Name | Type | Min | Max | Description |
value | int | -1 | | The ID of the selection set containing the cutting planes. |
GetCuttingPlaneSelectionSetID return value
Type: int
Default: -1
CuttingPlaneSelectionSetName
The name of the selection set containing all the cutting planes that should be used. If the name is not found, all cutting planes are selected. If both selection set name and ID are set, the name will be used.
Syntax
SetCuttingPlaneSelectionSetName parameters
Type | Name | Min | Max | Description |
const char * | value | | | The desired SelectionSet name. |
GetCuttingPlaneSelectionSetName return value
Type: spString
Default: nullptr
Syntax
SetCuttingPlaneSelectionSetName parameters
Type | Name | Min | Max | Description |
string | value | | | The desired SelectionSet name. |
GetCuttingPlaneSelectionSetName return value
Type: string
Default: null
Syntax
SetCuttingPlaneSelectionSetName parameters
Name | Type | Min | Max | Description |
value | str | | | The desired SelectionSet name. |
GetCuttingPlaneSelectionSetName return value
Type: str
Default: None
EmptySpaceOverride
The empty space override coordinate.
Syntax
SetEmptySpaceOverride parameters
Type | Name | Min | Max | Description |
RealData | value | | | Is a pointer to a 3-tuple real which will be copied and used as a marker designating empty space. |
GetEmptySpaceOverride return value
Type: RealData
Default: 0.0,0.0,0.0
Syntax
SetEmptySpaceOverride parameters
Type | Name | Min | Max | Description |
float[] | value | | | Is a pointer to a 3-tuple real which will be copied and used as a marker designating empty space. |
GetEmptySpaceOverride return value
Type: RealData
Default: 0.0,0.0,0.0
Syntax
SetEmptySpaceOverride parameters
Name | Type | Min | Max | Description |
value | float | | | Is a pointer to a 3-tuple real which will be copied and used as a marker designating empty space. |
GetEmptySpaceOverride return value
Type: float
Default: 0.0,0.0,0.0
HardEdgeAngle
The normal hard angle cutoff in degrees.
Syntax
SetHardEdgeAngle parameters
Type | Name | Min | Max | Description |
real | value | 0 | 180 | The value to which HardEdgeAngle will be set. |
GetHardEdgeAngle return value
Type: real
Default: 60
Syntax
SetHardEdgeAngle parameters
Type | Name | Min | Max | Description |
float | value | 0 | 180 | The value to which HardEdgeAngle will be set. |
GetHardEdgeAngle return value
Type: float
Default: 60
Syntax
SetHardEdgeAngle parameters
Name | Type | Min | Max | Description |
value | float | 0 | 180 | The value to which HardEdgeAngle will be set. |
GetHardEdgeAngle return value
Type: float
Default: 60
MaxTriangleSize
The maximum size in pixels of a generated triangle Any value from 5 pixels and above is allowed. If set to 0, there will be no restriction.
Syntax
SetMaxTriangleSize parameters
Type | Name | Min | Max | Description |
unsigned int | value | 0 | UINT_MAX | The value MaxTriangleSize will be set to. |
GetMaxTriangleSize return value
Type: unsigned int
Default: 0
Syntax
SetMaxTriangleSize parameters
Type | Name | Min | Max | Description |
uint | value | 0 | UINT_MAX | The value MaxTriangleSize will be set to. |
GetMaxTriangleSize return value
Type: uint
Default: 0
Syntax
SetMaxTriangleSize parameters
Name | Type | Min | Max | Description |
value | int | 0 | UINT_MAX | The value MaxTriangleSize will be set to. |
GetMaxTriangleSize return value
Type: int
Default: 0
MergeBoldness
The merge boldness. Defined from 0 to 1, low values will only merge deep cavities while high values will merge anything that falls under the merge distance.
Syntax
SetMergeBoldness parameters
Type | Name | Min | Max | Description |
real | value | 0 | 1 | The value MergeBoldness will be set to. |
GetMergeBoldness return value
Type: real
Default: 0.5
Syntax
SetMergeBoldness parameters
Type | Name | Min | Max | Description |
float | value | 0 | 1 | The value MergeBoldness will be set to. |
GetMergeBoldness return value
Type: float
Default: 0.5
Syntax
SetMergeBoldness parameters
Name | Type | Min | Max | Description |
value | float | 0 | 1 | The value MergeBoldness will be set to. |
GetMergeBoldness return value
Type: float
Default: 0.5
MergeDistance
The on-screen merge distance in pixels. Smaller cavities will be removed. This will be capped to the on-screen size of the remeshing.
Syntax
SetMergeDistance parameters
Type | Name | Min | Max | Description |
unsigned int | value | 0 | 4000 | The value MergeDistance will be set to. |
GetMergeDistance return value
Type: unsigned int
Default: 4
Syntax
SetMergeDistance parameters
Type | Name | Min | Max | Description |
uint | value | 0 | 4000 | The value MergeDistance will be set to. |
GetMergeDistance return value
Type: uint
Default: 4
Syntax
SetMergeDistance parameters
Name | Type | Min | Max | Description |
value | int | 0 | 4000 | The value MergeDistance will be set to. |
GetMergeDistance return value
Type: int
Default: 4
OnScreenSize
The on-screen rendering size of the geometry. Allowed values are in the range 20 to 4000 pixels.
Syntax
SetOnScreenSize parameters
Type | Name | Min | Max | Description |
unsigned int | value | 20 | 4000 | The value OnScreenSize will be set to. |
GetOnScreenSize return value
Type: unsigned int
Default: 100
Syntax
SetOnScreenSize parameters
Type | Name | Min | Max | Description |
uint | value | 20 | 4000 | The value OnScreenSize will be set to. |
GetOnScreenSize return value
Type: uint
Default: 100
Syntax
SetOnScreenSize parameters
Name | Type | Min | Max | Description |
value | int | 20 | 4000 | The value OnScreenSize will be set to. |
GetOnScreenSize return value
Type: int
Default: 100
OutputSceneNodeName
The name of the scene node in the output Scene containing the remeshed geometry.
Syntax
SetOutputSceneNodeName parameters
Type | Name | Min | Max | Description |
const char * | value | | | The desired OutputSceneNodeName. |
GetOutputSceneNodeName return value
Type: spString
Default: nullptr
Syntax
SetOutputSceneNodeName parameters
Type | Name | Min | Max | Description |
string | value | | | The desired OutputSceneNodeName. |
GetOutputSceneNodeName return value
Type: string
Default: null
Syntax
SetOutputSceneNodeName parameters
Name | Type | Min | Max | Description |
value | str | | | The desired OutputSceneNodeName. |
GetOutputSceneNodeName return value
Type: str
Default: None
ProcessSelectionSetID
Selects which SelectionSet should be processed. If set to -1, all geometries in the scene will be processed.
Syntax
SetProcessSelectionSetID parameters
Type | Name | Min | Max | Description |
rid | value | -1 | | The desired SelectionSet id. |
GetProcessSelectionSetID return value
Type: rid
Default: -1
Syntax
SetProcessSelectionSetID parameters
Type | Name | Min | Max | Description |
rid | value | -1 | | The desired SelectionSet id. |
GetProcessSelectionSetID return value
Type: rid
Default: -1
Syntax
SetProcessSelectionSetID parameters
Name | Type | Min | Max | Description |
value | int | -1 | | The desired SelectionSet id. |
GetProcessSelectionSetID return value
Type: int
Default: -1
ProcessSelectionSetName
Which selection set should be processed. If the name is not found, all geometries in the scene will be processed. If both selection set name and ID are set, the name will be used.
Syntax
SetProcessSelectionSetName parameters
Type | Name | Min | Max | Description |
const char * | value | | | The desired SelectionSet name. |
GetProcessSelectionSetName return value
Type: spString
Default: nullptr
Syntax
SetProcessSelectionSetName parameters
Type | Name | Min | Max | Description |
string | value | | | The desired SelectionSet name. |
GetProcessSelectionSetName return value
Type: string
Default: null
Syntax
SetProcessSelectionSetName parameters
Name | Type | Min | Max | Description |
value | str | | | The desired SelectionSet name. |
GetProcessSelectionSetName return value
Type: str
Default: None
RespectWindingDirection
If true, the remeshing processor will not map backfacing triangles.
Syntax
SetRespectWindingDirection parameters
Type | Name | Min | Max | Description |
bool | value | | | The desired value of RespectWindingDirection. |
GetRespectWindingDirection return value
Type: bool
Default: false
Syntax
SetRespectWindingDirection parameters
Type | Name | Min | Max | Description |
bool | value | | | The desired value of RespectWindingDirection. |
GetRespectWindingDirection return value
Type: bool
Default: false
Syntax
SetRespectWindingDirection parameters
Name | Type | Min | Max | Description |
value | bool | | | The desired value of RespectWindingDirection. |
GetRespectWindingDirection return value
Type: bool
Default: false
SurfaceTransferMode
The surface transfer mode.
Syntax
SetSurfaceTransferMode parameters
GetSurfaceTransferMode return value
Type: ESurfaceTransferMode
Default: Accurate
Key | Value | Comment |
Fast | 0 | Faster but with less precise calculations. |
Accurate | 1 | Slower and more accurate. |
Syntax
SetSurfaceTransferMode parameters
GetSurfaceTransferMode return value
Type: ``````
Default: Accurate
Key | Value | Comment |
Fast | 0 | Faster but with less precise calculations. |
Accurate | 1 | Slower and more accurate. |
Syntax
SetSurfaceTransferMode parameters
GetSurfaceTransferMode return value
Type: ESurfaceTransferMode
Default: Accurate
Key | Value | Comment |
ESurfaceTransferMode_Fast | 0 | Faster but with less precise calculations. |
ESurfaceTransferMode_Accurate | 1 | Slower and more accurate. |
TransferColors
If true, vertex color channels will be sampled from the original mesh.
Syntax
SetTransferColors parameters
Type | Name | Min | Max | Description |
bool | value | | | The bool to which TransferColors will be set. |
GetTransferColors return value
Type: bool
Default: false
Syntax
SetTransferColors parameters
Type | Name | Min | Max | Description |
bool | value | | | The bool to which TransferColors will be set. |
GetTransferColors return value
Type: bool
Default: false
Syntax
SetTransferColors parameters
Name | Type | Min | Max | Description |
value | bool | | | The bool to which TransferColors will be set. |
GetTransferColors return value
Type: bool
Default: false
TransferNormals
If true, the vertex normals channel will be sampled from the original mesh.
Syntax
SetTransferNormals parameters
Type | Name | Min | Max | Description |
bool | value | | | The value to which TransferNormals will be set. |
GetTransferNormals return value
Type: bool
Default: false
Syntax
SetTransferNormals parameters
Type | Name | Min | Max | Description |
bool | value | | | The value to which TransferNormals will be set. |
GetTransferNormals return value
Type: bool
Default: false
Syntax
SetTransferNormals parameters
Name | Type | Min | Max | Description |
value | bool | | | The value to which TransferNormals will be set. |
GetTransferNormals return value
Type: bool
Default: false
UseClippingGeometry
If true, the terrain selection set along with the terrain empty space override will be used to clip the remeshed geometry, like a clipping plane.
Syntax
SetUseClippingGeometry parameters
Type | Name | Min | Max | Description |
bool | value | | | The bool to which UseClippingGeometry will be set. |
GetUseClippingGeometry return value
Type: bool
Default: false
Syntax
SetUseClippingGeometry parameters
Type | Name | Min | Max | Description |
bool | value | | | The bool to which UseClippingGeometry will be set. |
GetUseClippingGeometry return value
Type: bool
Default: false
Syntax
SetUseClippingGeometry parameters
Name | Type | Min | Max | Description |
value | bool | | | The bool to which UseClippingGeometry will be set. |
GetUseClippingGeometry return value
Type: bool
Default: false
UseClippingGeometryEmptySpaceOverride
If true, a coordinate in the area that will be considered "outside" for the clipping geometry can be overridden by the user.
Syntax
SetUseClippingGeometryEmptySpaceOverride parameters
Type | Name | Min | Max | Description |
bool | value | | | The value to which UseClippingGeometryEmptySpaceOverride will be set. |
GetUseClippingGeometryEmptySpaceOverride return value
Type: bool
Default: false
Syntax
SetUseClippingGeometryEmptySpaceOverride parameters
Type | Name | Min | Max | Description |
bool | value | | | The value to which UseClippingGeometryEmptySpaceOverride will be set. |
GetUseClippingGeometryEmptySpaceOverride return value
Type: bool
Default: false
Syntax
SetUseClippingGeometryEmptySpaceOverride parameters
Name | Type | Min | Max | Description |
value | bool | | | The value to which UseClippingGeometryEmptySpaceOverride will be set. |
GetUseClippingGeometryEmptySpaceOverride return value
Type: bool
Default: false
UseCuttingPlanes
Set to true to cap the mesh with user defined cutting planes.
Syntax
SetUseCuttingPlanes parameters
Type | Name | Min | Max | Description |
bool | value | | | The bool UseCuttingPlanes will be set to. |
GetUseCuttingPlanes return value
Type: bool
Default: false
Syntax
SetUseCuttingPlanes parameters
Type | Name | Min | Max | Description |
bool | value | | | The bool UseCuttingPlanes will be set to. |
GetUseCuttingPlanes return value
Type: bool
Default: false
Syntax
SetUseCuttingPlanes parameters
Name | Type | Min | Max | Description |
value | bool | | | The bool UseCuttingPlanes will be set to. |
GetUseCuttingPlanes return value
Type: bool
Default: false
UseEmptySpaceOverride
If true, a coordinate in the area that will be considered "outside" can be overridden by the user, allowing the remesher to be used for things like interiors of caves and rooms.
Syntax
SetUseEmptySpaceOverride parameters
Type | Name | Min | Max | Description |
bool | value | | | The value to which UseEmptySpaceOverride will be set. |
GetUseEmptySpaceOverride return value
Type: bool
Default: false
Syntax
SetUseEmptySpaceOverride parameters
Type | Name | Min | Max | Description |
bool | value | | | The value to which UseEmptySpaceOverride will be set. |
GetUseEmptySpaceOverride return value
Type: bool
Default: false
Syntax
SetUseEmptySpaceOverride parameters
Name | Type | Min | Max | Description |
value | bool | | | The value to which UseEmptySpaceOverride will be set. |
GetUseEmptySpaceOverride return value
Type: bool
Default: false
UsePreviewMode
If true, an alternate algorithm is used for the remeshing which is significantly faster, but supports smaller sizes ( up to 1000 OnScreenSize ), does not include any advanced features, and may be less precise.
Syntax
SetUsePreviewMode parameters
Type | Name | Min | Max | Description |
bool | value | | | The value to which UsePreviewMode will be set. |
GetUsePreviewMode return value
Type: bool
Default: false
Syntax
SetUsePreviewMode parameters
Type | Name | Min | Max | Description |
bool | value | | | The value to which UsePreviewMode will be set. |
GetUsePreviewMode return value
Type: bool
Default: false
Syntax
SetUsePreviewMode parameters
Name | Type | Min | Max | Description |
value | bool | | | The value to which UsePreviewMode will be set. |
GetUsePreviewMode return value
Type: bool
Default: false
Methods details
GetClass
Get the name of the RemeshingLegacySettings class.
Syntax
Parameters
GetClass takes no parameters.
Return value
Type: spString
Syntax
Parameters
GetClass takes no parameters.
Return value
Type: string
Syntax
Parameters
GetClass takes no parameters.
Return value
Type: str
GetErrorString
Returns a string describing the error that was found the last time ValidateSettings was performed.
Syntax
Parameters
GetErrorString takes no parameters.
Return value
Type: spString
Syntax
Parameters
GetErrorString takes no parameters.
Return value
Type: string
Syntax
Parameters
GetErrorString takes no parameters.
Return value
Type: str
IsA
Returns true if RemeshingLegacySettings is a or is a descendant of the class named as the type parameter.
Syntax
Parameters
Type | Name | Min | Max | Description |
const char * | type | | | Name of the class to check if RemeshingLegacySettings is, or is a descendant of. |
Return value
Type: bool
Syntax
Parameters
Type | Name | Min | Max | Description |
string | type | | | Name of the class to check if RemeshingLegacySettings is, or is a descendant of. |
Return value
Type: bool
Syntax
Parameters
Name | Type | Min | Max | Description |
type | str | | | Name of the class to check if RemeshingLegacySettings is, or is a descendant of. |
Return value
Type: bool
IsNull
Returns true if the RemeshingLegacySettings object is invalid.
Syntax
Parameters
IsNull takes no parameters.
Return value
Type: bool
Syntax
Parameters
IsNull takes no parameters.
Return value
Type: bool
Syntax
Parameters
IsNull takes no parameters.
Return value
Type: bool
ValidateSettings
Validates the current settings values.
Syntax
Parameters
ValidateSettings takes no parameters.
Return value
Type: bool
Syntax
Parameters
ValidateSettings takes no parameters.
Return value
Type: bool
Syntax
Parameters
ValidateSettings takes no parameters.
Return value
Type: bool
Static methods details
IsClassA
Returns true if the class is a or is a descendant of the class named as the type parameter.
Syntax
Parameters
Type | Name | Min | Max | Description |
const char * | type | | | Name of the class to check if the class is, or is a descendant of. |
Return value
Type: bool
Syntax
Parameters
Type | Name | Min | Max | Description |
string | type | | | Name of the class to check if the class is, or is a descendant of. |
Return value
Type: bool
Syntax
Parameters
Name | Type | Min | Max | Description |
type | str | | | Name of the class to check if the class is, or is a descendant of. |
Return value
Type: bool
SafeCast
SafeCast makes sure the input object is of a class that can be cast into spRemeshingLegacySettings, and if this is the case, returns the object cast into spRemeshingLegacySettings.
Syntax
Parameters
Type | Name | Min | Max | Description |
Object | object | | | Object to cast. |
Return value
Type: RemeshingLegacySettings
Syntax
Parameters
Type | Name | Min | Max | Description |
Object | object | | | Object to cast. |
Return value
Type: RemeshingLegacySettings
Syntax
Parameters
Name | Type | Min | Max | Description |
object | Object | | | Object to cast. |
Return value
Type: RemeshingLegacySettings