SddCollarSurface
Inheritance Path
ObjectType Feature Visualizable GeometricFeature SkinFeature SddCollarSurface
SddCollarSurfaceInheritance PathObjectType Feature Visualizable GeometricFeature SkinFeature SddCollarSurface SddContourBasedInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddFunction SddContourBased Attributes
Examplelet mySddContourBased(SddContourBased) mySddContourBased = ….// Feature to be managed as a SddContourBased // Display SddContourBased Category if valid if ( mySddContourBased <> NULL) { Message( mySddContourBased.Category ) } SddFlangeInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddOperation SddFlange Attributes
Examplelet mySddFlange(SddFlange) mySddFlange = ….// Feature to be managed as a SddFlange // Display SddFlange Category if valid if ( mySddFlange <> NULL) { Message( mySddFlange.Category ) } SddFunctionInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddFunction Attributes
Examplelet mySddFunction(SddFunction) mySddFunction = …// Feature to be managed as a SddFunction // Display SddFunction material if valid if ( mySddFunction <> NULL) { Message( mySddFunction.Material ) } SddMemberInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddFunction SddProfile SddMember Attributes
Examplelet mySddMember(SddMember) mySddMember = ...// Feature to be managed as SddMember // Display SddMember Name if valid if ( mySddMember <> NULL) { Message( mySddMember.Name ) } SddOpeningInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddOperation SddOpening Attributes
Examplelet mySddOpening(SddOpening) mySddOpening = ….// Feature to be managed as a SddOpening // Display SddOpening Category if valid if ( mySddOpening <> NULL) { Message( mySddOpening.Category ) } SddOpening3DObjectPanelInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddOpeningPanel SddOpening3DObjectPanel Examplelet mySddOpening3DObjectPanel(SddOpening3DObjectPanel) mySddOpening3DObjectPanel = ...// Feature to be managed as SddOpening3DObjectPanel // Display SddOpening3DObjectPanel Name if valid if ( mySddOpening3DObjectPanel <> NULL) { Message( mySddOpening3DObjectPanel.Name ) } SddOpeningOutputProfilePanelInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddOpeningPanel SddOpeningOutputProfilePanel Examplelet mySddOpeningOutputProfilePanel(SddOpeningOutputProfilePanel) mySddOpeningOutputProfilePanel = ...// Feature to be managed as SddOpeningOutputProfilePanel // Display SddOpeningOutputProfilePanel Name if valid if ( mySddOpeningOutputProfilePanel <> NULL) { Message( mySddOpeningOutputProfilePanel.Name ) } SddOpeningPanelInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddOpeningPanel Attributes
Examplelet mySddOpeningPanel(SddOpeningPanel) mySddOpeningPanel = ...// Feature to be managed as SddOpeningPanel // Display SddOpeningPanel Name if valid if ( mySddOpeningPanel <> NULL) { Message( mySddOpeningPanel.Name ) } SddOpeningStandardPanelInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddOpeningPanel SddOpeningStandardPanel Examplelet mySddOpeningStandardPanel(SddOpeningStandardPanel) mySddOpeningStandardPanel = ...// Feature to be managed as SddOpeningStandardPanel // Display SddOpeningStandardPanel Name if valid if ( mySddOpeningStandardPanel <> NULL) { Message( mySddOpeningStandardPanel.Name ) } SddOperationInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddOperation Examplelet mySddOperation(SddOperation) mySddOperation = ...// Feature to be managed as a SddOperation // Display SddOperation Name if valid if ( mySddOperation <> NULL) { Message( mySddOperation.Name ) } SddPanelInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddPanel Attributes
Note:
The length and width attributes of a panel, plate, or split plate are
calculated as follows:
The length of the longest side of the bounding box is considered as the length of the object and the length of the second longest side is considered as the width of the object.
Recommendation:
In case of a batch session, it is recommended to use
the alternative behavior.
Examplelet mySddPanel(SddPanel) mySddPanel = …// Feature to be managed as a SddPanel // Display SddPanel Category if valid if ( mySddPanel <> NULL) { Message( mySddPanel.Category ) } SddPlateInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddFunction SddPlate Attributes
Note:
The length and width attributes of a panel, plate, or split plate are
calculated as follows:
The length of the longest side of the bounding box is considered as the length of the object and the length of the second longest side is considered as the width of the object.
Recommendation:
In case of a batch session, it is recommended to use
the alternative behavior.
Examplelet mySddPlate(SddPlate) mySddPlate = ….// Feature to be managed as a SddPlate // Display SddPlate Category if valid if ( mySddPlate <> NULL) { Message( mySddPlate.Category ) } SddProfileInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddFunction SddProfile Attributes
Examplelet mySddProfile(SddProfile) mySddProfile = ….// Feature to be managed as a SddProfile // Display SddProfile Category if valid if ( mySddProfile <> NULL) { Message( mySddProfile.Category ) } SddScallopInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddOperation SddOpening SddScallop Examplelet mySddScallop(SddScallop) mySddScallop = ...// Feature to be managed as SddScallop // Display SddScallop Name if valid if ( mySddScallop <> NULL) { Message( mySddScallop.Name ) } SddScallopPanelInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddOpeningPanel SddScallopPanel Examplelet mySddScallopPanel(SddScallopPanel) mySddScallopPanel = ...// Feature to be managed as SddScallopPanel // Display SddScallopPanel Name if valid if ( mySddScallopPanel <> NULL) { Message( mySddScallopPanel.Name ) } SddSlaveOpeningPlateInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddOperation SddSlaveOpeningPlate Examplelet mySddSlaveOpeningPlate(SddSlaveOpeningPlate) mySddSlaveOpeningPlate = ...// Feature to be managed as SddSlaveOpeningPlate // Display SddSlaveOpeningPlate Name if valid if ( mySddSlaveOpeningPlate <> NULL) { Message( mySddSlaveOpeningPlate.Name ) } SddSlotPanelInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddOpeningPanel SddSlotPanel Examplelet mySddSlotPanel(SddSlotPanel) mySddSlotPanel = ...// Feature to be managed as SddSlotPanel // Display SddSlotPanel Name if valid if ( mySddSlotPanel <> NULL) { Message( mySddSlotPanel.Name ) } SddSplitPlateInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddFunction SddSplitPlate SddStiffenerInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddFunction SddProfile SddStiffener Attributes
Examplelet mySddStiffener(SddStiffener) mySddStiffener = ….// Feature to be managed as a SddStiffener // Display SddStiffener Category if valid if ( mySddStiffener <> NULL) { Message( mySddStiffener.Category ) } SddStiffenerOnFreeEdgeInheritance PathObjectType Feature Visualizable GeometricFeature MechanicalFeature SddFunction SddProfile SddStiffenerOnFreeEdge Attributes
Examplelet mySddStiffenerOnFreeEdge(SddStiffenerOnFreeEdge) mySddStiffenerOnFreeEdge = ….// Feature to be managed as a SddStiffenerOnFreeEdge // Display SddStiffenerOnFreeEdge Category if valid if ( mySddStiffenerOnFreeEdge <> NULL) { Message( mySddStiffenerOnFreeEdge.Category ) } |