Class VecEdgeMountedFixingSpecification

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

public class VecEdgeMountedFixingSpecification extends VecFixingSpecification implements Serializable, Visitable

Specification for fixings that are mounted onto an edge.

Java class for EdgeMountedFixingSpecification complex type.

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


 <complexType name="EdgeMountedFixingSpecification">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}FixingSpecification">
       <sequence>
         <element name="EdgeThickness" type="{http://www.prostep.org/ecad-if/2011/vec}ValueRange" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • edgeThickness

      protected VecValueRange edgeThickness

      Defines a range of valid thicknesses, onto which the fixing can be mounted.

  • Constructor Details

    • VecEdgeMountedFixingSpecification

      public VecEdgeMountedFixingSpecification()
  • Method Details