Class VecStripeSpecification

All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, HasDescription<VecAbstractLocalizedString>, HasIdentification, HasModifiableIdentification, Visitable, Serializable

public class VecStripeSpecification extends VecWireProtectionSpecification implements Serializable, Visitable

Specifies a stripe which has fixed length and width. Stripes can be used for example for sealing.

Java class for StripeSpecification complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="StripeSpecification">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}WireProtectionSpecification">
       <sequence>
         <element name="Length" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="SegmentDiameter" type="{http://www.prostep.org/ecad-if/2011/vec}ValueRange" minOccurs="0"/>
         <element name="Width" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: