Role: To manage some services.
Methods
- Sub AddHull()
-
Add the Hull feature according to the PRM resources.
Role: Allows adding the Hull feature according to the PRM resources.- Returns:
-
S_OKif everything ran ok. dd>
- Func GetAllUC1Welds() As
-
Gets all UC1 Weld features in Part.
- Parameters:
-
- oWelds
- [out] The retrieved UC1 Weld features. dd>
- Returns:
-
S_OKif everything ran ok.- Example :
-
This example gets welds features in Part.
Dim Welds As SfmWelds Set Welds = ManagerObj.GetWelds(Nothing)
- Func GetHull() As
-
Returns the Hull feature in the part.
- Example :
-
This example retrieves in
Hullthe Hull object.Dim Hull As Reference SfmManager.GetHull Hull
- Func GetPlaneSystems() As
-
Returns the list of PlaneSystems in the part.
- Example :
-
This example retrieves in
PlaneSystemsthe list of PlaneSystems objects.Dim PlaneSystems As References SfmManager.GetPlaneSystems PlaneSystems
- Func GetReferencePlane( iPlaneSystemIndex, iPlaneIndex) As
-
Returns a reference plane in the specific PlaneSystems.
- Example :
-
This example retrieves in
RefPlanethe reference planes contained into the 1st PlaneSystem, and which has CROSS.12 as a name.Dim RefPlane As Reference SfmManager.GetReferencePlane 1, "CROSS.12", RefPlane
- Func GetSuperMembers() As
-
Returns the list of SuperMembers in the part.
- Example :
-
This example retrieves in
SuperMembersthe list of SuperMembers objects.Dim SuperMembers As References SfmManager.GetSuperMembers SuperMembers
- Func GetSuperPlates() As
-
Returns the list of SuperPlates in the part.
- Example :
-
This example retrieves in
SuperPlatesthe list of SuperPlates objects.Dim SuperPlates As References SfmManager.GetSuperPlates SuperPlates
- Func GetSuperStiffeners() As
-
Returns the list of SuperStiffeners in the part.
- Example :
-
This example retrieves in
SuperStiffenersthe list of SuperStiffeners objects.Dim SuperStiffeners As References SfmManager.GetSuperStiffeners SuperStiffeners
- Func GetSuperStiffenersOnFreeEdge() As
-
Returns the list of SuperStiffenersOnFreeEdge in the part.
- Example :
-
This example retrieves in
SuperStiffenersOnFreeEdgethe list of SuperStiffenersOnFreeEdge objects.Dim SuperStiffenersOnFreeEdge As References SfmManager.GetSuperStiffenersOnFreeEdge SuperStiffenersOnFreeEdge
- Sub InitResources()
-
Initialize environment (PRM resources).
Role: Allows initializing environment (PRM resources).- Returns:
-
S_OKif everything ran ok. dd>
- Sub SynchronizeHull()
-
Synchronize PlaneSystems according with the PRM resources.
Role: Allows synchronizing the PlaneSystems with the PRM resources.- Returns:
-
S_OKif everything ran ok. dd>
- Sub SynchronizePlanes()
-
Synchronize PlaneSystems according with the PRM resources.
Role: Allows synchronizing the PlaneSystems with the PRM resources.- Returns:
-
S_OKif everything ran ok. dd>