NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilder Class Reference

Represents a NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilder builder to define the plate boundary option. More...

Inheritance diagram for NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  BoundaryTypes { Curve, Solid, FacePlane, KnuckleEdge }
 The plate boundary types. More...
 
enum  SplitKnuckleTypes { Mitered, SquareCut }
 The split knuckle edge types. More...
 
enum  TrimTypes { SquareCut, NeatTrim }
 The plate boundary trim types. More...
 

Properties

unsafe
NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilder.BoundaryTypes 
BoundaryType [get, set]
 Returns or sets the plate boundary types. More...
 
unsafe
NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilder.TrimTypes 
TrimType [get, set]
 Returns or sets the plate boundary trim types. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilder builder to define the plate boundary option.

This builder returns a null reference (Nothing in Visual Basic).

To create a new instance of this class, use NXOpen.Features.ShipDesign.PlateBuilder.CreatePlateBoundaryOptionBuilder

Created in NX11.0.0

Member Enumeration Documentation

The plate boundary types.

This option specifies the plate boundary object type. Different boundary object type may have different NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilder.TrimTypes .

Enumerator
Curve 

use NXOpen.Curve as the boundary.

Solid 

use NXOpen.Body as the boundary.

FacePlane 

use NXOpen.Face or NXOpen.Plane as the boundary.

KnuckleEdge 

use NXOpen.Edge or NXOpen.Edge as the boundary.

The split knuckle edge types.

This option specifies how the plate is to be split at the knuckle edge. It can be split in miterred or square cut.

Enumerator
Mitered 

Two plates which are split and mitered and whoes side faces at knuckle edge are touching.

SquareCut 

The plate side faces at knuckle edge are normal to the molding face.

The plate boundary trim types.

This option specifies the plate boundary trim type. Different NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilder.BoundaryTypes may have different trim type.

Enumerator
SquareCut 

The plate side face is normal to the molding face.

NeatTrim 

The plate side face may not be normal to the molding face.

Property Documentation

unsafe NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilder.BoundaryTypes NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilder.BoundaryType
getset

Returns or sets the plate boundary types.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design")

unsafe NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilder.TrimTypes NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilder.TrimType
getset

Returns or sets the plate boundary trim types.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.