Properties
- Property Activity() As
-
Returns the activity of an meshpart.
- Parameters:
-
- oActivity
-
Legal values:- FALSE
- Mesh Part is not active.
- TRUE
- Mesh Part is active.
- Property AnalysisMeshLocalSpecifications() As (Read Only)
- Returns the local specification collection from the meshpart analysis.
Methods
- Sub AddSupportFromPublication( iProduct, iSupport)
-
Creates a new support and add it to the support description of the mesh part.
- Parameters:
-
- iProduct
- the CATIA Product that represent the object to linked.
dd> - iPublication
- the CATIA Publication that represent the the geometry to meshed.
dd>
- See also:
- ,
- Sub AddSupportFromReference( iProduct, iSupport)
-
Creates a new support and add it to the support description of the mesh part.
- Parameters:
-
- iProduct
- the CATIA Product that represent the object to linked.
dd> - iSupport
- the CATIA Reference that represent the geometry to meshed.
dd>
- See also:
- ,
- Sub SetGlobalSpecification( iName, iValue)
-
Sets the value corresponding to the given global specification.
- Parameters:
-
- iName
- The identifier if the global specification.
dd> - iValue
- The value of the global specification.
dd>
- Sub SetMeshPartsToCapture( iMeshParts)
-
Set the list of candidate Mesh Parts for capture.
- Parameters:
-
- iMeshParts
- Safe array of mesh parts. dd>
- Returns:
- An HRESULT.
Legal values:- S_OK
- Operation successfull.
- E_FAIL
- Operation failed.
- Sub SetSpecificationFromPublication( iName, iProduct, iSupport, iMode)
-
Adds the geometric value corresponding to the given global specification.
- Parameters:
-
- iName
- The identifier if the global specification.
dd> - iProduct
- the CATIA Product that represent the object to linked.
dd> - iPublication
- the CATIA Publication that represent the the geometry to meshed.
dd>
- See also:
- ,
- Parameters:
-
- iMode
- The mode used to valuate the publication global specification.
Legal values:- 0
- the global specification is defined as a single reference.
- 1
- the global specification is added to exising references.
- Sub SetSpecificationFromReference( iName, iProduct, iSupport, iMode)
-
Set the geometric value corresponding to the given global specification.
- Parameters:
-
- iName
- The identifier if the global specification.
dd> - iProduct
- the CATIA Product that represent the object to linked.
dd> - iSupport
- the CATIA Reference that represent the geometry to meshed.
dd>
- See also:
- ,
- Parameters:
-
- iMode
- The mode used to valuate the reference global specification.
Legal values:- 0
- the global specification is defined as a single reference.
- 1
- the global specification is added to exising references.