Path: AerospaceUtils/ComponentModels
% Get vertices and faces for a CompactPCI 3U Chassis CAD component. Sizes it based on the number of boards. Type CompactPCIChassis for a demo. -------------------------------------------------------------------------- Form: [v, f, d] = CompactPCIChassis( n ) -------------------------------------------------------------------------- ------ Inputs ------ n (1,1) Number of boards ------- Outputs ------- v (:,3) Vertices f (:,3) Faces d (1,3) Dimensions --------------------------------------------------------------------------
Common: Graphics/DrawVertices
Back to the AerospaceUtils Module page