CrossSection

Description

The Type utilized in the Bcc.CADOperation function to create a NURB surface from various cross section chains.

Parameters

In addition to the standard Bcc.CADOperation inputs, the following keys apply specifically to the Type="CrossSection"

  • ChainList - the list of chains which form the cross sections for the created surface.  Please see the ChainList topic for more information.

Return

Returns a list of each entity ID for the entities that are created in the BobCAD database.

Example


-- Get the selected entities in the workspace

selectedIDs = Bcc.GetSelectedEntities(true)


-- Perform an extrude on the user selected chain

entIDList = Bcc.CADOperation({CmdName="My CrossSection Surface", Type="CrossSection", ChainList=selectedIDs})