CATGSMUseItf Enumeration CATGSMLoftRelimitationType
enum CATGSMLoftRelimitationType {
CATGSMLoftRelimitOnLimitSections,
CATGSMLoftNoRelimit,
CATGSMLoftRelimitOnStartSectionOnly,
CATGSMLoftRelimitOnEndSectionOnly
}
Types for loft relimitation definition.
Role: Used for loft creation and modifications
Notes:
Enumerations used as parameters in interfaces of manipulation of a lofted surface.
This lofted surface is a Loft feature created by the CATIGSMFactory.
- Values:
-
- CATGSMLoftRelimitOnLimitSections
- the loft will be swept along the spine, then relimited by the start section and the end section.
- CATGSMLoftNoRelimit
- the loft will be swept along the spine.
- if the spine is a user spine, then the loft is limited by the spine extremities.
- if the spine is a computed spine, then the loft is limited :
- by the start section and the end section, if there is no guide.
- by the guides extremities, if there are guides.
- CATGSMLoftRelimitOnStartSectionOnly
- the loft will be swept along the spine, then relimited by the start section,
- if the spine is a user spine, then the loft is limited by the spine extremity opposite to the start section.
- if the spine is a computed spine, then the loft is limited :
- by the end section, if there is no guide.
- by the guides extremities opposite to the start section, if there are guides.
- CATGSMLoftRelimitOnEndSectionOnly
- the loft will be swept along the spine, then relimited by the end section,
- if the spine is a user spine, then the loft is limited by the spine extremity opposite to the end section.
- if the spine is a computed spine, then the loft is limited :
- by the start section, if there is no guide.
- by the guides extremities opposite to the end section, if there are guides.
- See also:
- ,
This object is included in the file: CATGSMLoftDef.h
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.